DialogParameters.DialogType Property
In This Article
Gets the dialog’s type.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DialogType DialogType { get; }
#Property Value
Type | Description |
---|---|
Dialog |
The dialog’s type. |
Available values:
Name | Description |
---|---|
File |
The dialog that allows users to select a file (Open |
File |
The dialog that allows users to save a file with the specified name and type (Save |
Folder | The dialog that allows users to select a folder (Folder |
See Also