TabControlTemplateContainerBase(TabBase, Boolean) Constructor
Initializes a new instance of the TabControlTemplateContainerBase object with the specified parameters.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public TabControlTemplateContainerBase(
TabBase tab,
bool active
)
Public Sub New(
tab As TabBase,
active As Boolean
)
Parameters
Name | Type | Description |
---|---|---|
tab | TabBase | A TabBase object representing the tab page for which the template is instantiated. |
active | Boolean | true if a tab template is also rendered for an active tab; otherwise, false. |
See Also
Feedback