Skip to main content

MVCxRibbonTabCollection.Add(String) Method

Adds a new tab with the specified text to the collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public MVCxRibbonTab Add(
    string text
)

#Parameters

Name Type Description
text String

A String value that specifies the created tab’s display text. Initializes the tab’s RibbonTab.Text property.

#Returns

Type Description
MVCxRibbonTab

An MVCxRibbonTab object that is the newly created tab.

#Remarks

Use the Add method to add a new tab with the specified text to the MVCxRibbonTabCollection object.

See Also