VerticalGridSettings.Rows Property
Provides access to a VerticalGrid’s row collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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