Skip to main content
A newer version of this page is available. .
Tab

TabBase(String, String) Constructor

Initializes a new instance of the TabBase class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabBase(
    string text,
    string name
)

Parameters

Name Type Description
text String

A String value specifying the tab’s display text. Initializes the tab’s TabBase.Text property.

name String

A String value specifying the path to the image displayed by the tab. Initializes the ImagePropertiesBase.Url property of the tab’s TabBase.TabImage.

Remarks

Use this constructor to initialize a new instance of a TabBase class using the settings passed via the parameters.

See Also