Skip to main content
Tab

ASPxVerticalGrid.Rows Property

Provides access to a VerticalGrid’s row collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public VerticalGridRowCollection Rows { get; }

Property Value

Type Default Description
VerticalGridRowCollection null

A VerticalGridRowCollection object that represents a collection of rows within the ASPxVerticalGrid control.

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.

See Also