ShowLoadDialogOnClickMode Enum
Lists values that specify whether clicking within the editor shows the ‘Open’ dialog.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return ShowLoadDialogOnClickMode values:
Remarks
The values listed by this enumeration are used to set the ImageEdit.ShowLoadDialogOnClickMode property.
See Also