Back to Devexpress

RibbonControl.ShowItemCaptionsInPageHeader Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-04b09446.md

latest2.0 KB
Original Source

RibbonControl.ShowItemCaptionsInPageHeader Property

Gets or sets whether item links within page header area should display their captions.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public bool ShowItemCaptionsInPageHeader { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property ShowItemCaptionsInPageHeader As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if item links within page header area should display their captions; otherwise, false.

|

Remarks

The figure below illustrates page header area’s links drawn with their captions.

To add bar item links to this area, use the RibbonControl.PageHeaderItemLinks collection.

See Also

Page Header Items

PageHeaderItemLinks

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace