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

TabCollection.Add(Tab) Method

Adds the specified tab to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void Add(
    Tab tab
)

Parameters

Name Type Description
tab Tab

A Tab object to add to the collection.

Remarks

Use the Add method to append an existing tab specified by the tab parameter to the end of the current collection.

As an alternative, you can insert a Tab object in the collection at a specific index by using the TabCollection.Insert method.

See Also