TechTalk Genome v4.2

ReferenceQueryField.ListDataSourceID Property

Gets or sets the ID of the external data source that will be used as data source of the drop-down list.

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

Property Value

A string that represents the ID of the external data source that will be used as data source of the drop-down list. The default is an empty string (""), which indicates that this property is not set.

Remarks

This property can be used to explicitly bind the drop-down list to an external data source. If this property is not set, the drop-down list is populated with all persistent objects of the appropriate type.

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