New to Telerik UI for WinFormsStart a free 30-day trial

Interface that provides base information for all file dialog view models.

Definition

Properties

Gets or sets the collection of custom places.

C#
IEnumerable<DirectoryInfoWrapper> CustomPlaces { get; }

Gets or sets the initial directory.

C#
DirectoryBaseWrapper InitialDirectory { get; }

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 a string representing the path to the current folder.

C#
string Path { 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; }