TechTalk Genome v4.2

Tab.Title Property

Gets or sets the text displayed as the title of the tab control.

[DefaultValue()]
[Localizable(IsLocalizable="True")]
public virtual string Title {get; set;}

Property Value

A string rendered as the title of the tab control. The default is an empty string (""), which indicates that this property is not set.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

Tab Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace