Back to Devexpress

DXPopupMenu.ShowCaption Property

windowsforms-devexpress-dot-utils-dot-menu-dot-dxpopupmenu-4733d537.md

latest1.4 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShowCaption { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowCaption As Boolean

Property Value

Type
Boolean

Remarks

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

See Also

DXPopupMenu Class

DXPopupMenu Members

DevExpress.Utils.Menu Namespace