Skip to main content
A newer version of this page is available. .
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.v19.1.dll

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