Skip to main content
A newer version of this page is available. .

VerticalGridFilteringState.ModifiedRows Property

Provides access to a collection of VerticslGrid rows which participate in filtering.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ReadOnlyCollection<VerticalGridRowState> ModifiedRows { get; }

Property Value

Type Description
ReadOnlyCollection<VerticalGridRowState>

A collection of c objects which specify VerticalGrid rows participating in a filtering operation.

Remarks

If an end-user filters against multiple rows simultaneously, you can use the ModifiedRows property to access the collection of rows participating in a filtering operation. Each row is represented by an instance of the VerticalGridRowState object that provides information about the main row characteristics.

See Also