Back to Devexpress

VerticalGridHierarchicalRow.Rows Property

aspnet-devexpress-dot-web-dot-verticalgridhierarchicalrow.md

latest1.5 KB
Original Source

VerticalGridHierarchicalRow.Rows Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
VerticalGridRowCollection

An VerticalGridRowCollection object that is a collection of rows grouped by the current row.

|

Remarks

The Rows property stores a collection of VerticalGridHierarchicalRow object descendants. The obtained rows collection provides methods that allow you to add new and remove existing rows. Individual rows can be accessed using indexed notation.

See Also

VerticalGridHierarchicalRow Class

VerticalGridHierarchicalRow Members

DevExpress.Web Namespace