Back to Devexpress

MVCxVerticalGridCategoryRow<ColumnType>.Rows Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxverticalgridcategoryrow-1-92713ae6.md

latest1.8 KB
Original Source

MVCxVerticalGridCategoryRow<ColumnType>.Rows Property

Provides access to a collection of rows that the current category row combines.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxVerticalGridRowCollection<ColumnType> Rows { get; }
vb
Public ReadOnly Property Rows As MVCxVerticalGridRowCollection(Of ColumnType)

Property Value

TypeDescription
MVCxVerticalGridRowCollection<ColumnType>

An MVCxVerticalGridRowCollection<ColumnType> 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 row, command rows or category rows, combined by the current category 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

Vertical Grid

MVCxVerticalGridCategoryRow<ColumnType> Class

MVCxVerticalGridCategoryRow<ColumnType> Members

DevExpress.Web.Mvc Namespace