Skip to main content
A newer version of this page is available. .
Tab

VerticalGridDataItemTemplateContainer.Row Property

Gets a data row (which is a record in the vertical grid) where the template is rendered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public VerticalGridDataRow Row { get; }

Property Value

Type Description
VerticalGridDataRow

A VerticalGridDataRow object that represents the data row.

See Also