PopupImageEditSettings.ShowMenuMode Property
Gets or sets whether an Image Menu is always displayed or is displayed when the cursor is hovered over an in-place PopupImageEdit.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v20.2.dll
Declaration
public ShowMenuMode ShowMenuMode { get; set; }
Public Property ShowMenuMode As ShowMenuMode
Property Value
Type | Description |
---|---|
ShowMenuMode | A ShowMenuMode enumeration value that specifies when an in-place PopupImageEdit displays the Image Menu. |
Remarks
By default, the ShowMenuMode is set to Hover, so the Image Menu is shown only when the cursor is hovered over an in-place PopupImageEdit.
See Also
Feedback