ClassRadOpenFolderDialog
Class
Represents a dialog that allows user selection of folders.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
[TelerikToolboxCategory("File Dialogs")]
public class RadOpenFolderDialog : DialogWindowBase, INotifyLayoutChange, IDragAware, IMultiSelectable, IMultiFilesSelectable
Inheritance: objectWindowBaseDialogWindowBaseRadOpenFolderDialog
Implements:
Inherited Members
Constructors
RadOpenFolderDialog()
Initializes a new instance of the RadOpenFolderDialog class.
Declaration
cs-api-definition
public RadOpenFolderDialog()
Properties
FileNames
Gets or sets a string containing the selected file names, including their paths.
Declaration
cs-api-definition
public IEnumerable<string> FileNames { get; protected set; }
Property Value
Implements
Multiselect
Gets or sets a value indicating whether multiple selection of files or folders is allowed.
SafeFileNames
Gets or sets a string containing the selected file names, excluding their paths.
Declaration
cs-api-definition
public IEnumerable<string> SafeFileNames { get; protected set; }
Property Value
Implements
Methods
OnCreateAutomationPeer()
Create the automation peer for this class.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e