ContentTemplate Property

UltimateTabstrip

UltimateTabstrip Class Library

Tab.ContentTemplate Property

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

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

Property Value

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

Remarks

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

See Also

Tab Class | Karamasoft.WebControls.UltimateTabstrip Namespace