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

ASPxTabControlBase.TabTextTemplate Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
ITemplate *null*

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

Remarks

The TabTextTemplate property defines the common text content for all the tabs within a tab control.

Note

Once a template defined via the TabTextTemplate property is created within a tab control, it is instantiated within a container object of the TabControlTemplateContainerBase type. This container object exposes a set of specific properties to which the template’s child controls can be bound.

See Also