Back to Devexpress

RibbonControl.CaptionBarItemLinks Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-e6cef848.md

latest2.3 KB
Original Source

RibbonControl.CaptionBarItemLinks Property

Provides access to bar item links displayed in the RibbonForm‘s caption area.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[InheritableCollection]
[SkipRuntimeSerialization]
public RibbonCaptionBarItemLinkCollection CaptionBarItemLinks { get; }
vb
<Browsable(False)>
<InheritableCollection>
<SkipRuntimeSerialization>
Public ReadOnly Property CaptionBarItemLinks As RibbonCaptionBarItemLinkCollection

Property Value

TypeDescription
DevExpress.XtraBars.Ribbon.RibbonCaptionBarItemLinkCollection

A DevExpress.XtraBars.Ribbon.RibbonCaptionBarItemLinkCollection object that stores bar item links displayed in the RibbonForm‘s caption area.

|

Remarks

The figure below illustrates bar item links in a Ribbon Form caption area.

If the RibbonControl.ShowItemCaptionsInCaptionBar property is enabled, Form caption links display their titles as well as icons.

Note

If the RibbonControl is hosted in any Form except for a RibbonForm, links from the CaptionBarItemLinks collection are not shown.

See Also

Caption Bar Items

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace