ASPxTabControl.ActiveTabTemplate Property
Gets or sets a common template used for displaying the content of an active tab within the current tab control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the System. |
#Remarks
Use the ActiveTabTemplate property to define a common content for the current tab control’s active tab. The template created using this property replaces the active tab’s content - in particular, the image and text associated with the tab.
Note that any style settings defined for the active tab via specific properties (such as the ASPxTabControlBase.ActiveTabStyle or TabBase.ActiveTabStyle) are still in effect for the tab whose contents are specified through using the ActiveTabTemplate property.
To define the content of a particular tab in the active state, use the tab’s Tab.ActiveTabTemplate property.
Note
Once a template defined via the Active