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