Back to Devexpress

VerticalGridSettings.Rows Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-cbb4a9de.md

latest1.5 KB
Original Source

VerticalGridSettings.Rows Property

Provides access to a VerticalGrid’s row collection.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxVerticalGridRowCollection Rows { get; }
vb
Public ReadOnly Property Rows As MVCxVerticalGridRowCollection

Property Value

TypeDescription
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

Vertical Grid

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace