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

DXPopupMenu.ShowCaption Property

Gets or sets whether or not this DXPopupMenu should display its caption. This setting is in effect only when the menu is associated with the Bar Manager.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public bool ShowCaption { get; set; }

Property Value

Type
Boolean

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also