TechTalk Genome v4.2

QueryCommandField.ShowAllText Property

Gets or sets the caption for the ShowAll button displayed in the query command field.

[DefaultValue(Value="Show All")]
[Description(Description="QueryCommandField_ShowAllText")]
[Localizable(IsLocalizable="True")]
public virtual string ShowAllText {get; set;}

Property Value

The caption for the ShowAll button in the query command field. The default is "ShowAll".

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

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