Interface
IDialogViewModel

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 ICurrentDirectoryViewModel.CreateNewChildFolder()ICurrentDirectoryViewModel.CurrentParentDirectoryICurrentDirectoryViewModel.SelectedFileSystemObject

Properties

CustomPlaces

Gets or sets the collection of custom places.

Declaration

cs-api-definition
IEnumerable<DirectoryInfoWrapper> CustomPlaces { get; }

Property Value

IEnumerable<DirectoryInfoWrapper>

InitialDirectory

Gets or sets the initial directory.

Declaration

cs-api-definition
DirectoryBaseWrapper InitialDirectory { get; }

Property Value

DirectoryBaseWrapper

Layouts

Gets the available layouts for the dialog explorer.

Declaration

cs-api-definition
IEnumerable<LayoutConfigurationModel> Layouts { get; }

Property Value

IEnumerable<LayoutConfigurationModel>

Name

Gets or sets a string representing the full path to the current file system object.

Declaration

cs-api-definition
string Name { get; }

Property Value

string

Path

Gets a string representing the path to the current folder.

Declaration

cs-api-definition
string Path { get; }

Property Value

string

SelectedLayout

Gets the selected LayoutConfigurationModel.

Declaration

cs-api-definition
LayoutConfigurationModel SelectedLayout { get; }

Property Value

LayoutConfigurationModel

ShowHiddenFiles

Gets or sets a boolean value indicating whether the dialog shows hidden files and folders.

Declaration

cs-api-definition
bool ShowHiddenFiles { get; }

Property Value

bool