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