TechTalk Genome v4.2

QueryForm.HeaderText Property

Gets or sets the text to display in the header row of a QueryForm control.

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

Property Value

The text to display in the header row. 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

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