Gets or sets whether it is possible to select more than one file.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool Multiselect { get; set; }
Visual Basic
Public Property Multiselect As Boolean
	Get
	Set

Remarks

This is a dependency property.

See Also