Skip to main content

ManagedFileChooserViewModel Class

Definition

Namespace: Avalonia.Dialogs.Internal
Assembly: Avalonia.Dialogs (in Avalonia.Dialogs.dll)

public class ManagedFileChooserViewModel : AvaloniaDialogsInternalViewModelBase
View Source
InheritanceObjectAvaloniaDialogsInternalViewModelBase → ManagedFileChooserViewModel

Constructors

ManagedFileChooserViewModel(ManagedFileDialogOptions)Initializes a new instance of the ManagedFileChooserViewModel class
ManagedFileChooserViewModel(FilePickerOpenOptions, ManagedFileDialogOptions)Initializes a new instance of the ManagedFileChooserViewModel class
ManagedFileChooserViewModel(FilePickerSaveOptions, ManagedFileDialogOptions)Initializes a new instance of the ManagedFileChooserViewModel class
ManagedFileChooserViewModel(FolderPickerOpenOptions, ManagedFileDialogOptions)Initializes a new instance of the ManagedFileChooserViewModel class

Properties

FileName 
Filters 
Items 
Location 
QuickLinks 
QuickLinksSelectedIndex 
SelectedFilter 
SelectedItems 
SelectingFolder 
SelectionMode 
ShowFilters 
ShowHiddenFiles 
Title 

Methods

Cancel() 
CanOk(Object) 
EnterPressed() 
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize()Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
GoUp() 
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object)
Navigate(IStorageFolder, String) 
Navigate(String, String) 
Ok() 
RaiseAndSetIfChanged(T)(T, T, String)
(Inherited from AvaloniaDialogsInternalViewModelBase)
RaisePropertyChanged(String)
(Inherited from AvaloniaDialogsInternalViewModelBase)
Refresh() 
SelectSingleFile(ManagedFileChooserItemViewModel) 
ToString()Returns a string that represents the current object.
(Inherited from Object)

Events

CancelRequested 
CompleteRequested 
OverwritePrompt 
PropertyChanged
(Inherited from AvaloniaDialogsInternalViewModelBase)

See Also

Reference

Avalonia.Dialogs.Internal Namespace