Skip to main content
Tab

VerticalGridDataItemTemplateContainer.KeyValue Property

Gets an object that uniquely identifies the data row (which is a record in the vertical grid) that contains the template container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual object KeyValue { get; }

Property Value

Type Description
Object

An object that uniquely identifies the data row that contains the template container.

See Also