VerticalGridHierarchicalRow.Rows Property
Provides access to a collection of rows that the current row combines.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public VerticalGridRowCollection Rows { get; }
#Property Value
Type | Description |
---|---|
Vertical |
An Vertical |
#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.