Back to Devexpress

DialogParameters.DialogType Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-ec546337.md

latest1.5 KB
Original Source

DialogParameters.DialogType Property

Gets the dialog’s type.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DialogType DialogType { get; }
vb
Public ReadOnly Property DialogType As DialogType

Property Value

TypeDescription
DialogType

The dialog’s type.

|

Available values:

NameDescription
FileOpen

The dialog that allows users to select a file (OpenFileDialog).

| | FileSave |

The dialog that allows users to save a file with the specified name and type (SaveFileDialog).

| | Folder |

The dialog that allows users to select a folder (FolderBrowserDialog).

|

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace