Skip to main content

VerticalGridSettings.Rows Property

Provides access to a VerticalGrid’s row collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxVerticalGridRowCollection Rows { get; }

Property Value

Type Description
MVCxVerticalGridRowCollection

A MVCxVerticalGridRowCollection object that is a collection of rows.

Remarks

The Rows property stores a collection of MVCxVerticalGridRow objects that denote rows. It provides methods that allow you to add new and remove existing rows. Individual rows can be accessed using indexed notation.

See Also