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

PopupMenu.MenuCaption Property

Gets or sets the menu’s caption.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
public virtual string MenuCaption { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the menu’s caption.

Remarks

If the PopupMenu.ShowCaption property is set to true, the menu displays a header panel. The MenuCaption property specifies the text displayed within the header. The following image shows a menu with the MenuCaption set to “Edit Menu”:

PopupMenu_MenuCaption

Clicking on the menu’s header has no effect. It’s only designed to display specific information (for instance, the menu’s name).

See Also