Interface
IMultiSelectable

Interface that provides properties for multiple selection of files or folders.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Multi", Justification = "The spelling is just fine.")]
public interface IMultiSelectable

Properties

Multiselect

Gets or sets a value indicating whether multiple selection of files or folders is allowed.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Multiselect", Justification = "Design choice.")]
bool Multiselect { get; set; }

Property Value

bool

SelectedFileSystemInfoWrappers

Gets a collection of selected FileSystemInfoWrappers.

Declaration

cs-api-definition
ObservableCollection<FileSystemInfoWrapper> SelectedFileSystemInfoWrappers { get; }

Property Value

ObservableCollection<FileSystemInfoWrapper>