Back to Devexpress

ASPxPageControl.ActiveTabTextTemplate Property

aspnet-devexpress-dot-web-dot-aspxpagecontrol-f0c2638d.md

latest2.2 KB
Original Source

ASPxPageControl.ActiveTabTextTemplate Property

Gets or sets a common template used for displaying the text content of an active tab within the current page control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public override ITemplate ActiveTabTextTemplate { get; set; }
vb
<DefaultValue(Nothing)>
Public Overrides Property ActiveTabTextTemplate As ITemplate

Property Value

TypeDefaultDescription
ITemplatenull

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

|

Remarks

Use the ActiveTabTextTemplate property to define the common text content for the current page control’s active tab. The template created using this property replaces the active tab’s text.

To define the tab content of a particular tabbed page in the active state, use the page’s TabPage.ActiveTabTextTemplate property.

Note

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

See Also

ActiveTabTextTemplate

Templates

Page Control and Tab Control

ASPxPageControl Class

ASPxPageControl Members

DevExpress.Web Namespace