Skip to main content
A newer version of this page is available. .
Bar

TabFormControlBase.TitleItemLinks Property

Provides access to the collection of item links displayed in the title bar. These item links are hidden if the TabFormControlBase.ShowTabsInTitleBar option is enabled.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

Property Value

Type Description
DevExpress.XtraBars.TabFormLinkCollection

A DevExpress.XtraBars.TabFormLinkCollection object that represents the collection of item links displayed in the title bar.

Remarks

The TitleItemLinks, TabFormControlBase.TabLeftItemLinks and TabFormControlBase.TabRightItemLinks collections provide access to the custom buttons (bar items) displayed in the TabForm title bar, to the left and to the right of the tab headers, respectively. At design time, you can add a bar item as shown below.

TabForm_CustomButtons

The TabFormControlBase.Manager property specifies the BarManager object responsible for managing the bar items. For instance, using the BarManager you can enable the glyph skinning feature, HTML formatting, etc.

If the TabFormControlBase.ShowTabsInTitleBar property is set to true, the TabFormPage headers are displayed immediately below the TabForm top edge, while the regular title bar is hidden. In this case, the TitleItemLinks collection items are not shown.

See Also