PopupImageEdit.ShowMenuMode Property
In This Article
Gets or sets whether an image menu is always displayed or is displayed when the cursor hovers over a PopupImageEdit.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Show |
A DevExpress. |
#Remarks
By default, the ShowMenuMode is set to Hover, so the image menu is shown only when the cursor hovers over a PopupImageEdit.
See Also