Class ManagedFileChooserItemViewModel
- Namespace
- Avalonia.Dialogs.Internal
- Assembly
- Avalonia.Dialogs.dll
public class ManagedFileChooserItemViewModel : AvaloniaDialogsInternalViewModelBase, INotifyPropertyChanged
- Inheritance
-
ManagedFileChooserItemViewModel
- Implements
-
- Inherited Members
-
Constructors
ManagedFileChooserItemViewModel()
public ManagedFileChooserItemViewModel()
ManagedFileChooserItemViewModel(ManagedFileChooserNavigationItem)
public ManagedFileChooserItemViewModel(ManagedFileChooserNavigationItem item)
Parameters
item
ManagedFileChooserNavigationItem
Properties
DisplayName
public string? DisplayName { get; set; }
Property Value
- string
IconKey
public string IconKey { get; }
Property Value
- string
ItemType
public ManagedFileChooserItemType ItemType { get; set; }
Property Value
- ManagedFileChooserItemType
Modified
public DateTime Modified { get; set; }
Property Value
- DateTime
Path
public string? Path { get; set; }
Property Value
- string
Size
public long Size { get; set; }
Property Value
- long
Type
public string? Type { get; set; }
Property Value
- string