Skip to main content
All docs
V25.1
  • TabPanelCustomizeEventArgs.Tabs Property

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

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.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