TechTalk Genome v4.2

GenomeDataSource.DataKeyPropertyName Property

Gets or sets the name of the generated data key property.

[DefaultValue(Value="datakey")]
[WebExtensionDescription(Description="Name of the generated data key property")]
public string DataKeyPropertyName {get; set;}

Property Value

A string that represents a syntactically valid property name. If not empty, a data key property with this name is generated on the items returned by GenomeDataSource. The default value is "datakey".

Implements

IGenomeDataSource.DataKeyPropertyName

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

GenomeDataSource Class | TechTalk.Genome.Extensions.Web.UI Namespace