RibbonControl.CaptionBarItemLinks Property
In This Article
Provides access to bar item links displayed in the RibbonForm‘s caption area.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[InheritableCollection]
[SkipRuntimeSerialization]
public RibbonCaptionBarItemLinkCollection CaptionBarItemLinks { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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 Ribbon
See Also