Skip to main content
All docs
V26.1
  • IRibbonApplicationTab.TabItems Property

    Returns a collection of application tab items.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v26.1.dll

    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