GridViewFilteringState.ModifiedColumns Property
Provides access to a collection of grid columns 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<GridViewColumnState> | A collection of grid columns that construct a filter condition. |
Remarks
If an end-user filters against multiple columns simultaneously, use the ModifiedColumns property to access columns that construct a filter condition. The collection contains GridViewColumnState objects that provide information about main column characteristics.
See Also