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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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