Skip to main content

DXOpenFileDialogService.OpenFileDialogMode Property

For internal use.

Namespace: DevExpress.Xpf.Dialogs

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

NuGet Package: 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