VerticalGridDataItemTemplateContainer.Row Property
In This Article
Gets a data row (which is a record in the vertical grid) where the template is rendered.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public VerticalGridDataRow Row { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
See Also