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

MVCxVerticalGridRow.Rows Property

Provides access to a collection of rows combined by the current row.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxVerticalGridRowCollection Rows { get; }

Property Value

Type Description
MVCxVerticalGridRowCollection

An MVCxVerticalGridRowCollection object that is a collection of rows grouped 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