Class RadOpenFolderDialog
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadOpenFolderDialog : FileDialogComponentBase, IMultiSelectable, IMultiFilesSelectable
Constructors
RadOpenFolderDialog()
Declaration
public RadOpenFolderDialog()
Properties
EditingOptions
Determines how the files and folders in the Explorer
Declaration
public EditingOptions EditingOptions { get; set; }
Property Value
FileNames
Gets or sets a string containing the selected file names, including their paths.
Declaration
public IEnumerable<string> FileNames { get; }
Property Value
System.
|
Implements
MultiSelect
Gets or sets a value indicating whether multiple selection of files or folders is allowed.
Declaration
public bool MultiSelect { get; set; }
Property Value
System.
|
Implements
OpenFolderDialogForm
Declaration
public RadOpenFolderDialogForm OpenFolderDialogForm { get; }
Property Value
OpenFolderDialogViewModel
Declaration
public OpenFolderDialogViewModel OpenFolderDialogViewModel { get; }
Property Value
SafeFileNames
Gets or sets a string containing the selected file names, excluding their paths.
Declaration
public IEnumerable<string> SafeFileNames { get; }
Property Value
System.
|
Implements
Methods
CreateFileDialogForm()
Declaration
protected override FileDialogFormBase CreateFileDialogForm()
Returns
Overrides
Explicit Interface Implementations
IMultiSelectable.SelectedFileSystemInfoWrappers
Declaration
ObservableCollection<FileSystemInfoWrapper> IMultiSelectable.SelectedFileSystemInfoWrappers { get; }
Returns
System.
|