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 ExplorerControl can be edited. Note that the shell context menu and drag and drop operations are handled separately.
Declaration
public EditingOptions EditingOptions { get; set; }
Property Value
EditingOptions
|
FileNames
Gets or sets a string containing the selected file names, including their paths.
Declaration
public IEnumerable<string> FileNames { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
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.Boolean
|
Implements
OpenFolderDialogForm
Declaration
public RadOpenFolderDialogForm OpenFolderDialogForm { get; }
Property Value
RadOpenFolderDialogForm
|
OpenFolderDialogViewModel
Declaration
public OpenFolderDialogViewModel OpenFolderDialogViewModel { get; }
Property Value
OpenFolderDialogViewModel
|
SafeFileNames
Gets or sets a string containing the selected file names, excluding their paths.
Declaration
public IEnumerable<string> SafeFileNames { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
Implements
Methods
CreateFileDialogForm()
Declaration
protected override FileDialogFormBase CreateFileDialogForm()
Returns
FileDialogFormBase
|
Overrides
Explicit Interface Implementations
IMultiSelectable.SelectedFileSystemInfoWrappers
Declaration
ObservableCollection<FileSystemInfoWrapper> IMultiSelectable.SelectedFileSystemInfoWrappers { get; }
Returns
System.Collections.ObjectModel.ObservableCollection<FileSystemInfoWrapper>
|