Skip to main content
All docs
V26.1
  • RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.Add(String, String) Method

    Adds a new tab to the end of the ribbon tab collection.

    Namespace: DevExpress.AspNetCore.Office

    Assembly: DevExpress.AspNetCore.Common.v26.1.dll

    Declaration

    public TTabInfoBuilder Add(
        string title,
        string name
    )

    Parameters

    Name Type Description
    title String

    The tab title.

    name String

    The tab name.

    Returns

    Type Description
    TTabInfoBuilder

    The tab builder.

    See Also