Skip to main content
Tab

TabbedLayoutGroupTabPageSettings.TabTemplate Property

Gets or sets a common template used to display the content of all the tabs within the current tabbed group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public ITemplate TabTemplate { 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:

Object Type Path to TabTemplate
TabbedLayoutGroup
.SettingsTabPages .TabTemplate

Remarks

Use the TabTemplate property to define the common content for all tabs within the current tabbed group. The template created using this property replaces the content of each tab within the tabbed group.

See Also