Class RadOpenFolderDialogForm
Represents a dialog that allows user selection of folders.
Inherited Members
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadOpenFolderDialogForm : FileDialogFormBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IInvokeSelectedFileSystemObjects, IMultiSelectable, IMultiFilesSelectable
Constructors
RadOpenFolderDialogForm()
Declaration
public RadOpenFolderDialogForm()
Properties
ExplorerControl
Declaration
public override ExplorerControl ExplorerControl { get; }
Property Value
ExplorerControl
|
Overrides
FileNames
Gets or sets a string containing the selected file names, including their paths.
Declaration
public IEnumerable<string> FileNames { get; protected set; }
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
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; protected set; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
Implements
Methods
CanPressedCancelExecute()
Declaration
protected override bool CanPressedCancelExecute()
Returns
System.Boolean
|
Overrides
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
InvokeSelectedFileSystemObjects()
Declaration
public override void InvokeSelectedFileSystemObjects()
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
SetupDialogContent(Boolean)
Declaration
protected override void SetupDialogContent(bool addWatcher = true)
Parameters
System.Boolean
addWatcher
|
Overrides
Explicit Interface Implementations
IMultiSelectable.SelectedFileSystemInfoWrappers
Declaration
ObservableCollection<FileSystemInfoWrapper> IMultiSelectable.SelectedFileSystemInfoWrappers { get; }
Returns
System.Collections.ObjectModel.ObservableCollection<FileSystemInfoWrapper>
|