Interface IMultiSelectable
Interface that provides properties for multiple selection of files or folders.
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IMultiSelectable
Properties
MultiSelect
Gets or sets a value indicating whether multiple selection of files or folders is allowed.
Declaration
bool MultiSelect { get; set; }
Property Value
System.Boolean
|
SelectedFileSystemInfoWrappers
Gets a collection of selected FileSystemInfoWrappers.
Declaration
ObservableCollection<FileSystemInfoWrapper> SelectedFileSystemInfoWrappers { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<FileSystemInfoWrapper>
|