TabControlTemplateContainerBase.Active Property
In This Article
Gets whether the specified template is also rendered for the active tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
The Active property specifies whether the created tab template (the ASPxTabControlBase.TabTemplate property) is used for rendering a tab both in active and non-active states, when the tab’s template for active state (the ASPxTabControlBase.ActiveTabTemplate property) isn’t specified.
See Also