IDialogViewModel
Interface
Interface that provides base information for all file dialog view models.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public interface IDialogViewModel : ICurrentDirectoryViewModel
Derived Classes:
Inherited Members
Properties
CustomPlaces
IEnumerable<DirectoryInfoWrapper>
Gets or sets the collection of custom places.
C#
IEnumerable<DirectoryInfoWrapper> CustomPlaces { get; }
Gets or sets the initial directory.
C#
DirectoryBaseWrapper InitialDirectory { get; }
Layouts
IEnumerable<LayoutConfigurationModel>
Gets the available layouts for the dialog explorer.
C#
IEnumerable<LayoutConfigurationModel> Layouts { get; }
Gets or sets a string representing the full path to the current file system object.
C#
string Name { get; }
Gets the selected LayoutConfigurationModel.
C#
LayoutConfigurationModel SelectedLayout { get; }
Gets or sets a boolean value indicating whether the dialog shows hidden files and folders.
C#
bool ShowHiddenFiles { get; }