TechTalk Genome v4.2

GenomeReferenceField.DataValueField Property

Gets or sets the field of the data source that provides the value of each list item.

[WebExtensionDescription(Description="GenomeReferenceField_DataValueField")]
public string DataValueField {get; set;}

Property Value

A string that specifies the field of the data source that provides the value of each list item. The default is String.Empty .

Remarks

Please note that this property's value is ignored by default. This property is only applied 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

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