Back to Devexpress

TabFormControl.Manager Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrol-c74bb949.md

latest2.2 KB
Original Source

TabFormControl.Manager Property

Gets the BarManager responsible for managing custom buttons displayed in the current TabFormControl.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("BarManager")]
public BarManager Manager { get; set; }
vb
<DXCategory("BarManager")>
Public Property Manager As BarManager

Property Value

TypeDescription
BarManager

A BarManager responsible for managing custom buttons displayed in the current TabFormControl.

|

Remarks

The TabFormControlBase.TitleItemLinks, TabFormControlBase.TabLeftItemLinks and TabFormControlBase.TabRightItemLinks properties provide access to the collections of custom buttons displayed in the TabFormControl. The Manager property specifies the BarManager object that manages the buttons.

See Also

TitleItemLinks

TabLeftItemLinks

TabRightItemLinks

TabFormControl Class

TabFormControl Members

DevExpress.XtraBars Namespace