Skip to main content

MVCxVerticalGridRow<ColumnType>.Rows Property

Provides access to a collection of rows that the current row combines.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxVerticalGridRowCollection<ColumnType> Rows { get; }

Property Value

Type Description
MVCxVerticalGridRowCollection<ColumnType>

An MVCxVerticalGridRowCollection<ColumnType> object that is a collection of rows gouped by the current row.

Remarks

The Rows property stores a collection of MVCxVerticalGridRow objects which can be data rows, combined by the current row. The obtained row collection provides methods that allow you to add new and remove existing rows. Individual rows can be accessed using indexed notation.

See Also