Skip to main content
Tab

ASPxVerticalGridRenderBrickEventArgs.Row Property

Gets a record that corresponds to the processed grid element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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