Represents a dialog that allows user selection of folders.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadOpenFolderDialogForm : FileDialogFormBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation, IInvokeSelectedFileSystemObjects, IMultiSelectable, IMultiFilesSelectable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormFileDialogFormBaseRadOpenFolderDialogForm...
Implements:
Inherited Members
Constructors
public RadOpenFolderDialogForm()
Properties
public override ExplorerControl ExplorerControl { get; }
Overrides:
Gets or sets a string containing the selected file names, including their paths.
public IEnumerable<string> FileNames { get; protected set; }
Implements:
Gets or sets a value indicating whether multiple selection of files or folders is allowed.
public bool MultiSelect { get; set; }
Implements:
public OpenFolderDialogViewModel OpenFolderDialogViewModel { get; }
SafeFileNames
IEnumerable<string>
Gets or sets a string containing the selected file names, excluding their paths.
public IEnumerable<string> SafeFileNames { get; protected set; }
Implements:
Methods
Clean up any resources being used.
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
public override void InvokeSelectedFileSystemObjects()
Overrides:
protected virtual void LocalizeStrings()
protected override void SetupDialogContent(bool addWatcher = true)
Overrides: