Skip to main content
A newer version of this page is available. .

ImageEditSettings.ShowLoadDialogOnClickMode Property

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

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ShowLoadDialogOnClickMode ShowLoadDialogOnClickMode { get; set; }

Property Value

Type Description
ShowLoadDialogOnClickMode

One of the ShowLoadDialogOnClickMode enumeration values.

Available values:

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.

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”.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowLoadDialogOnClickMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also