wpf-devexpress-dot-xpf-dot-editors-2fc28124.md
Lists values that specify whether clicking within the editor shows the ‘Open’ dialog.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum ShowLoadDialogOnClickMode
Public Enum ShowLoadDialogOnClickMode
| Name | Description |
|---|---|
Never |
The ‘Open’ dialog isn’t shown by clicking an editor.
|
| Always |
The ‘Open’ dialog is always shown after the editor has been clicked.
|
| Empty |
The ‘Open’ dialog is shown if an empty editor has been clicked.
|
The following properties accept/return ShowLoadDialogOnClickMode values:
The values listed by this enumeration are used to set the ImageEdit.ShowLoadDialogOnClickMode property.
See Also