Skip to main content
Tab

RibbonTab(String, String) Constructor

Initializes a new instance of the RibbonTab class with the specified name and text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonTab(
    string text,
    string name
)

Parameters

Name Type Description
text String

A String value that specifies the created ribbon tab’s text. This value is assigned to the RibbonTab.Text property.

name String

A String value that specifies the created ribbon tab’s name. This value is assigned to the RibbonTab.Name property.

See Also