DXOpenFileDialogService.OpenFileDialogMode Property
In This Article
For internal use.
Namespace: DevExpress.Xpf.Dialogs
Assembly: DevExpress.Xpf.Dialogs.v24.2.dll
NuGet Package: DevExpress.Wpf.Dialogs
#Declaration
[Browsable(false)]
public OpenFileDialogMode OpenFileDialogMode { get; set; }
#Property Value
Type | Description |
---|---|
Open |
One of the Open |
Available values:
Name | Description |
---|---|
Files | The DXOpen |
Folders | The DXOpen |
#Remarks
The DXOpenFileDialogService opens files only. Use the DXOpenFolderDialogService service to open folders.
See Also