TabCollection.Add() Method
Adds a new tab to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
Tab | A Tab object representing the newly created tab. |
Remarks
Use the Add method to add a new tab with the default settings to the TabCollection object. You can modify properties of the obtained object to control the appearance and behavior of the added tab.
See Also