Back to Devexpress

ShowLoadDialogOnClickMode Enum

wpf-devexpress-dot-xpf-dot-editors-2fc28124.md

latest1.8 KB
Original Source

ShowLoadDialogOnClickMode Enum

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

Declaration

csharp
public enum ShowLoadDialogOnClickMode
vb
Public Enum ShowLoadDialogOnClickMode

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used to set the ImageEdit.ShowLoadDialogOnClickMode property.

See Also

ShowLoadDialogOnClickMode

DevExpress.Xpf.Editors Namespace