DXOpenFileDialogService.OpenFileDialogMode Property
For internal use.
Namespace: DevExpress.Xpf.Dialogs
Assembly: DevExpress.Xpf.Dialogs.v25.1.dll
NuGet Package: DevExpress.Wpf.Dialogs
Declaration
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