VerticalGridFilteringState.ModifiedRows Property
Provides access to a collection of VerticslGrid rows that construct a filter condition.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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