Back to Devexpress

BrowsePathEditSettings.DialogType Property

wpf-devexpress-dot-xpf-dot-editors-dot-settings-dot-browsepatheditsettings.md

latest1.8 KB
Original Source

BrowsePathEditSettings.DialogType Property

Gets or sets a type of the dialog invoked then a user clicks the Browse button. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.Settings

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDefaultDescription
DialogType@DevExpress.Xpf.Editors.DialogType.FileOpen

A type of the dialog invoked then a user clicks the Browse button.

|

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

BrowsePathEditSettings Class

BrowsePathEditSettings Members

DevExpress.Xpf.Editors.Settings Namespace