ManagedFileChooserFilterViewModel Class
Definition
public class ManagedFileChooserFilterViewModel
Constructors
| Name | Description |
|---|---|
| ManagedFileChooserFilterViewModel (2 overloads) | No summary available. |
ManagedFileChooserFilterViewModel overloads
ManagedFileChooserFilterViewModel Constructor
public ManagedFileChooserFilterViewModel(Avalonia.Platform.Storage.FilePickerFileType filter)
Parameters
ManagedFileChooserFilterViewModel Constructor
public ManagedFileChooserFilterViewModel(Avalonia.Platform.Storage.FilePickerFileType filter, int index)
Parameters
filter Avalonia.Platform.Storage.FilePickerFileType
index int
Methods
Match Method
public bool Match(string filename)
Parameters
filename string
Returns
bool
ToString Method
public string ToString()
Returns
string
Properties
| Name | Description |
|---|---|
| Name | No summary available. |
Name Property
public string Name { get; set; }
Events
| Name | Description |
|---|---|
| PropertyChanged | Inherited from AvaloniaDialogsInternalViewModelBase. |