VerticalGridSettings.Rows Property
Provides access to a VerticalGrid’s row collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxVerticalGridRowCollection Rows { get; }
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#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.