InterfaceIDialogViewModel
Interface that provides base information for all file dialog view models.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
public interface IDialogViewModel : ICurrentDirectoryViewModel
Inherited Members
Properties
CustomPlaces
Gets or sets the collection of custom places.
Declaration
IEnumerable<DirectoryInfoWrapper> CustomPlaces { get; }
Property Value
IEnumerable<DirectoryInfoWrapper>
InitialDirectory
Gets or sets the initial directory.
Declaration
DirectoryBaseWrapper InitialDirectory { get; }
Property Value
Layouts
Gets the available layouts for the dialog explorer.
Declaration
IEnumerable<LayoutConfigurationModel> Layouts { get; }
Property Value
IEnumerable<LayoutConfigurationModel>
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
LayoutConfigurationModel SelectedLayout { get; }
Property Value
ShowHiddenFiles
Gets or sets a boolean value indicating whether the dialog shows hidden files and folders.