Skip to main content
A newer version of this page is available. .

DXOpenFileDialog.Multiselect Property

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

Namespace: DevExpress.Xpf.Dialogs

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

Declaration

public bool Multiselect { get; set; }

Property Value

Type Description
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