Skip to main content
All docs
V25.2
  • IRibbonApplicationTab.TabItems Property

    Returns a collection of application tab items.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    IEnumerable<IRibbonApplicationTabItem> TabItems { get; }

    Property Value

    Type Description
    IEnumerable<IRibbonApplicationTabItem>

    Ribbon application tab items.

    Remarks

    Use the TabItems property to access Ribbon application tab’s items. You can obtain an individual item by its index.

    See Also