ASPxVerticalGrid.Rows Property
Provides access to a VerticalGrid’s row collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(null)]
public VerticalGridRowCollection Rows { get; }
#Property Value
Type | Default | Description |
---|---|---|
Vertical |
null | A Vertical |
#Remarks
The Rows property stores a collection of VerticalGridRow objects that represent rows. It provides methods that allow you to add new and remove existing rows. Individual rows can be accessed using indexed notation.