Back to Devexpress

PopupImageEdit.ShowLoadDialogOnClickMode Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupimageedit-c5b3126e.md

latest2.0 KB
Original Source

PopupImageEdit.ShowLoadDialogOnClickMode Property

Gets or sets whether clicking within the editor’s dropdown shows the “Open” dialog. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ShowLoadDialogOnClickMode ShowLoadDialogOnClickMode { get; set; }
vb
Public Property ShowLoadDialogOnClickMode As ShowLoadDialogOnClickMode

Property Value

TypeDescription
ShowLoadDialogOnClickMode

One of the ShowLoadDialogOnClickMode enumeration values.

|

Available values:

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.

|

Remarks

Easy Image Loading allows an end-user to invoke the “Open” dialog by clicking within the editor’s dropdown. If the ShowLoadDialogOnClickMode property is set to “Always”, the “Open” dialog is always shown after the editor’s dropdown has been clicked. If this property is set to “Empty”, the “Open” dialog is shown if an empty image has been clicked. To disable Easy Image Loading , set the ShowLoadDialogOnClickMode property to “Never”.

See Also

PopupImageEdit Class

PopupImageEdit Members

DevExpress.Xpf.Editors Namespace