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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
DialogType | @DevExpress.Xpf.Editors.DialogType.FileOpen | A type of the dialog invoked then a user clicks the Browse button. |
Available values:
Name | Description |
---|---|
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