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

Tab() Constructor

Initializes a new instance of the Tab class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public Tab()

Remarks

Use this constructor to create a new instance of a Tab class without any specific settings such as the display text or an URL.

Note

When this constructor is used, all properties in the Tab object are set to their default values. Make sure to set the properties, as necessary, after creating the object.

This constructor is commonly used when dynamically populating the ASPxTabControl.Tabs collection of an ASPxTabControl object.

See Also