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

DXOpenFileDialogService.OpenFileDialogMode Property

Gets or sets the mode in which the DXOpenFileDialogService functions: selects files or selects folders. This is a dependency property.

Namespace: DevExpress.Xpf.Dialogs

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

Declaration

public OpenFileDialogMode OpenFileDialogMode { get; set; }

Property Value

Type Description
OpenFileDialogMode

One of the OpenFileDialogMode enumeration values.

Available values:

Name Description
Files

The DXOpenFileDialog allows selecting files only.

Folders

The DXOpenFileDialog allows selecting folders only.

See Also