Back to Devexpress

TabFormControlBase.TabRightItemLinks Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-1a8eab5f.md

latest2.8 KB
Original Source

TabFormControlBase.TabRightItemLinks Property

Provides access to the collection of item links displayed to the right of tab headers.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public TabFormLinkCollection TabRightItemLinks { get; }
vb
Public ReadOnly Property TabRightItemLinks As TabFormLinkCollection

Property Value

TypeDescription
DevExpress.XtraBars.TabFormLinkCollection

A DevExpress.XtraBars.TabFormLinkCollection object that represents the collection of item links displayed to the right of tab headers.

|

Remarks

The TabFormControlBase.TitleItemLinks, TabFormControlBase.TabLeftItemLinks and 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.

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.

The TabFormControlBase.RightTabIndent property specifies the amount of space, in pixels, between the TabRightItemLinks collection items and the tab headers.

See Also

TabLeftItemLinks

TitleItemLinks

RightTabIndent

Manager

Items

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace