Back to Devexpress

DXOpenFileDialogService.OpenFileDialogMode Property

wpf-devexpress-dot-xpf-dot-dialogs-dot-dxopenfiledialogservice.md

latest1.7 KB
Original Source

DXOpenFileDialogService.OpenFileDialogMode Property

For internal use.

Namespace : DevExpress.Xpf.Dialogs

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

NuGet Package : DevExpress.Wpf.Dialogs

Declaration

csharp
[Browsable(false)]
public OpenFileDialogMode OpenFileDialogMode { get; set; }
vb
<Browsable(False)>
Public Property OpenFileDialogMode As OpenFileDialogMode

Property Value

TypeDescription
OpenFileDialogMode

One of the OpenFileDialogMode enumeration values.

|

Available values:

NameDescription
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

DXOpenFileDialogService Class

DXOpenFileDialogService Members

DevExpress.Xpf.Dialogs Namespace