ImageEdit.ShowLoadDialogOnClickMode Property
In This Article
Gets or sets whether clicking within the editor shows the 'Open' dialog. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Show |
One of the Show |
#Remarks
Easy Image Loading allows an end-user to invoke the 'Open' dialog by clicking within an editor. If the ShowLoadDialogOnClickMode property is set to 'Always', the 'Open' dialog is always shown after the editor 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