Skip to main content

VerticalGridFilteringState.ModifiedRows Property

Provides access to a collection of VerticslGrid rows that construct a filter condition.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ReadOnlyCollection<VerticalGridRowState> ModifiedRows { get; }

Property Value

Type Description
ReadOnlyCollection<VerticalGridRowState>

A collection of VerticalGrid rows that construct a filter condition.

Remarks

If an end-user filters against multiple rows simultaneously, use the ModifiedRows property to access rows that construct a filter condition. The collection contains VerticalGridRowState objects that provide information about main row characteristics.

See Also