TechTalk Genome v4.2

ReferenceQueryField.ListSortExpression Property

Gets or sets the sort expression that will be applied to the data source of the drop-down list.

[WebExtensionDescription(Description="ReferenceQueryField_ListSortExpression")]
[DefaultValue()]
public string ListSortExpression {get; set;}

Property Value

A string that represents the sort expression that will be applied to the data source of the drop-down list.

Remarks

Please note that the value of this property is ignored if the field is explicitly bound to an external data source with the ListDataSourceID property.

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

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