Skip to main content
Tab

TabCollection.Add(Tab) Method

Adds the specified tab to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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