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

DXOpenFileDialogService.OpenFileDialogMode Property

For internal use.

Namespace: DevExpress.Xpf.Dialogs

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dialogs, DevExpress.Wpf.Dialogs

Declaration

[Browsable(false)]
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.

Remarks

The DXOpenFileDialogService opens files only. Use the DXOpenFolderDialogService service to open folders.

See Also