Skip to main content
All docs
V23.2

TabPanelCustomizeEventArgs.Tabs Property

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

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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