Skip to main content

ManagedFileChooserFilterViewModel Class

Definition

Assembly:Avalonia.Dialogs
Package:Avalonia
public class ManagedFileChooserFilterViewModel

Inheritance: object -> AvaloniaDialogsInternalViewModelBase -> ManagedFileChooserFilterViewModel

Constructors

NameDescription
ManagedFileChooserFilterViewModel (2 overloads)No summary available.

ManagedFileChooserFilterViewModel overloads

ManagedFileChooserFilterViewModel Constructor

public ManagedFileChooserFilterViewModel(Avalonia.Platform.Storage.FilePickerFileType filter)
Parameters

filter Avalonia.Platform.Storage.FilePickerFileType

ManagedFileChooserFilterViewModel Constructor

public ManagedFileChooserFilterViewModel(Avalonia.Platform.Storage.FilePickerFileType filter, int index)
Parameters

filter Avalonia.Platform.Storage.FilePickerFileType

index int

Methods

NameDescription
MatchNo summary available.
ToStringNo summary available.

Match Method

public bool Match(string filename)

Parameters

filename string

Returns

bool

ToString Method

public string ToString()

Returns

string

Properties

NameDescription
NameNo summary available.

Name Property

public string Name { get; set; }

Events