Skip to main content

ApplicationMenu.MenuCaption Property

Gets or sets the menu’s caption. This property is not supported by the ApplicationMenu class.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string MenuCaption { get; set; }

Property Value

Type Description
String

A string value.

Remarks

ApplicationMenu objects do not allow captions to be displayed. The MenuCaption property is overridden to hide it at design time and in code.

See Also