Skip to main content
A newer version of this page is available. .
All docs
V22.1

TabPanelCustomizeEventArgs.Tabs Property

Gets the collection of tabs (buttons) displayed in the panel.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v22.1.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public TabCollection Tabs { get; }

Property Value

Type Description
DevExpress.XtraVerticalGrid.TabCollection

An object that specifies a collection of tabs.

See Also