IMultiSelectable
Interface
Interface that provides properties for multiple selection of files or folders.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public interface IMultiSelectable
Derived Classes:
Properties
Gets or sets a value indicating whether multiple selection of files or folders is allowed.
C#
bool MultiSelect { get; set; }
Gets a collection of selected FileSystemInfoWrappers.
C#
ObservableCollection<FileSystemInfoWrapper> SelectedFileSystemInfoWrappers { get; }