Skip to main content
Tab

TabControlTemplateContainerBase.Active Property

Gets whether the specified template is also rendered for the active tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Active { get; }

Property Value

Type Description
Boolean

true if a tab template is also rendered for the active tab. otherwise, false.

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