Interface
IMultiSelectable

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

Definition

Namespace:Telerik.WinControls.FileDialogs

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface IMultiSelectable

Properties

MultiSelect

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

Declaration

cs-api-definition
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>