ManagedFileChooserItemViewModel Class
Definition
public class ManagedFileChooserItemViewModel
Constructors
| Name | Description |
|---|---|
| ManagedFileChooserItemViewModel (2 overloads) | No summary available. |
ManagedFileChooserItemViewModel overloads
ManagedFileChooserItemViewModel Constructor
public ManagedFileChooserItemViewModel()
ManagedFileChooserItemViewModel Constructor
public ManagedFileChooserItemViewModel(Avalonia.Dialogs.Internal.ManagedFileChooserNavigationItem item)
Parameters
item Avalonia.Dialogs.Internal.ManagedFileChooserNavigationItem
Properties
| Name | Description |
|---|---|
| DisplayName | No summary available. |
| IconKey | No summary available. |
| ItemType | No summary available. |
| Modified | No summary available. |
| Path | No summary available. |
| Size | No summary available. |
| Type | No summary available. |
DisplayName Property
public string DisplayName { get; set; }
IconKey Property
public string IconKey { get; set; }
ItemType Property
public Avalonia.Dialogs.Internal.ManagedFileChooserItemType ItemType { get; set; }
Modified Property
public DateTime Modified { get; set; }
Path Property
public string Path { get; set; }
Size Property
public long Size { get; set; }
Type Property
public string Type { get; set; }
Events
| Name | Description |
|---|---|
| PropertyChanged | Inherited from AvaloniaDialogsInternalViewModelBase. |