BrowsePathEdit.DialogType Property
In This Article
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
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DialogType DialogType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Dialog |
@DevExpress. |
A type of the dialog invoked then a user clicks the Browse button. |
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