Back to Devexpress

DXOpenFileDialog.Multiselect Property

wpf-devexpress-dot-xpf-dot-dialogs-dot-dxopenfiledialog.md

latest1.3 KB
Original Source

DXOpenFileDialog.Multiselect Property

Gets or sets whether end-users are allowed to select multiple files in the current DXOpenFileDialog.

Namespace : DevExpress.Xpf.Dialogs

Assembly : DevExpress.Xpf.Dialogs.v25.2.dll

NuGet Package : DevExpress.Wpf.Dialogs

Declaration

csharp
public bool Multiselect { get; set; }
vb
Public Property Multiselect As Boolean

Property Value

TypeDescription
Boolean

true, if end-users can select multiple files; otherwise, false.

|

Remarks

Use the DXFileDialog.FileNames property to access the full list of selected files.

See Also

DXOpenFileDialog Class

DXOpenFileDialog Members

DevExpress.Xpf.Dialogs Namespace