InterfaceIDialogViewModel
Interface
Interface that provides base information for all file dialog view models.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
public interface IDialogViewModel : ICurrentDirectoryViewModel
Inherited Members
Properties
CustomPlaces
Gets or sets the collection of custom places.
Declaration
cs-api-definition
IEnumerable<DirectoryInfoWrapper> CustomPlaces { get; }
Property Value
InitialDirectory
Gets or sets the initial directory.
Declaration
cs-api-definition
DirectoryBaseWrapper InitialDirectory { get; }
Property Value
Layouts
Gets the available layouts for the dialog explorer.
Declaration
cs-api-definition
IEnumerable<LayoutConfigurationModel> Layouts { get; }
Property Value
Name
Gets or sets a string representing the full path to the current file system object.
Path
Gets a string representing the path to the current folder.
SelectedLayout
Gets the selected LayoutConfigurationModel.
Declaration
cs-api-definition
LayoutConfigurationModel SelectedLayout { get; }
Property Value
ShowHiddenFiles
Gets or sets a boolean value indicating whether the dialog shows hidden files and folders.