TabCollectionBase(ASPxTabControlBase) Constructor
Initializes a new instance of the TabCollectionBaseclass specifying its owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
tabControl | ASPxTabControlBase | A ASPxTabControlBase object specifying the tab control that will own the collection. |
Remarks
This constructor is used to create a new instance of the TabCollectionBase class specifying the tab control to which the collection belongs.
See Also