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

ASPxVerticalGridRenderBrickEventArgs.Row Property

Gets a record that corresponds to the processed grid element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public VerticalGridRow Row { get; }

Property Value

Type Description
VerticalGridRow

A VerticalGridRow object that specifies the record. null (Nothing in Visual Basic) if the processed element doesn’t belong to a record.

See Also