Skip to main content

VerticalGridModel.Rows Property

Provides access to a collection that contains information (the current state) on row objects.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public VerticalGridRowStateCollection Rows { get; }

#Property Value

Type Description
VerticalGridRowStateCollection

A VerticalGridRowStateCollection object containing row states.

#Remarks

Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.

See Also