Class RadOpenFolderDialog
Represents a dialog that allows user selection of folders.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
[TelerikToolboxCategory("File Dialogs")]
public class RadOpenFolderDialog : DialogWindowBase, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IMultiSelectable, IMultiFilesSelectable, IThemable
Constructors
RadOpenFolderDialog()
Initializes a new instance of the RadOpenFolderDialog class.
Declaration
public RadOpenFolderDialog()
Properties
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
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
OnCreateAutomationPeer()
Create the automation peer for this class.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
Explicit Interface Implementations
IMultiSelectable.SelectedFileSystemInfoWrappers
Declaration
ObservableCollection<FileSystemInfoWrapper> IMultiSelectable.SelectedFileSystemInfoWrappers { get; }
Returns
System.Collections.ObjectModel.ObservableCollection<FileSystemInfoWrapper>
|