ApplicationMenu.ShowCaption Property
Gets or sets whether the menu's header is visible. This property is not supported by the ApplicationMenu class.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShowCaption { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowCaption As Boolean
Property Value
Type | Description |
---|---|
Boolean | A Boolean value. |
Remarks
ApplicationMenu objects do not allow captions to be displayed. Therefore the ShowCaption property is not supported by the ApplicationMenu class.
See Also
Feedback