Interface IMultiSelectable
Interface that provides properties for multiple selection of files or folders.
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.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>
|