Skip to main content
A newer version of this page is available. .
Tab

TabbedLayoutGroupTabPageSettings.ActiveTabTemplate Property

Gets or sets a common template used for displaying the content of an active tab within the current tabbed layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public ITemplate ActiveTabTemplate { get; set; }

Property Value

Type Default Description
ITemplate *null*

An object supporting the System.Web.UI.ITemplate interface which contains the template.

Property Paths

You can access this nested property as listed below:

Show 14 property paths
Library Object Type Path to ActiveTabTemplate
ASP.NET Controls and MVC Extensions CardViewTabbedLayoutGroup
.SettingsTabPages .ActiveTabTemplate
GridTabbedLayoutGroup
.SettingsTabPages .ActiveTabTemplate
GridViewTabbedLayoutGroup
.SettingsTabPages .ActiveTabTemplate
TabbedLayoutGroup
.SettingsTabPages .ActiveTabTemplate
ASP.NET Bootstrap Controls BootstrapCardViewTabbedLayoutGroup
.SettingsTabPages .ActiveTabTemplate
BootstrapDialogTabbedFieldGroup
.SettingsTabPages .ActiveTabTemplate
BootstrapDialogTabbedFieldGroup<TViewModel>
.SettingsTabPages .ActiveTabTemplate
BootstrapGridViewTabbedLayoutGroup
.SettingsTabPages .ActiveTabTemplate
BootstrapTabbedLayoutGroup
.SettingsTabPages .ActiveTabTemplate
ASP.NET MVC Extensions MVCxCardViewTabbedLayoutGroup
.SettingsTabPages .ActiveTabTemplate
MVCxGridViewTabbedLayoutGroup
.SettingsTabPages .ActiveTabTemplate
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsTabPages .ActiveTabTemplate
MVCxTabbedFormLayoutGroup
.SettingsTabPages .ActiveTabTemplate
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsTabPages .ActiveTabTemplate

Remarks

Use the ActiveTabTemplate property to define a common content for the current tabbed layout group’s active tab. The template created using this property replaces the active tab’s content.

See Also