HeaderTemplate Property

UltimateTabstrip

UltimateTabstrip Class Library

Tab.HeaderTemplate Property

Gets or sets the tab header template to include any HTML or server control.

[Visual Basic] Public Property HeaderTemplate As ITemplate
[C#]
public System.Web.UI.ITemplate HeaderTemplate {get; set;}

Property Value

Tab header template to include any HTML or server control. The default value is null.

Remarks

Use this property to get or set the tab header template to include any HTML or server control.

See Also

Tab Class | Karamasoft.WebControls.UltimateTabstrip Namespace