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

GridViewFilteringState.ModifiedColumns Property

Provides access to a collection of grid columns which participate in filtering.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ReadOnlyCollection<GridViewColumnState> ModifiedColumns { get; }

Property Value

Type Description
ReadOnlyCollection<GridViewColumnState>

A collection of c objects which specify grid columns participating in a filtering operation.

Remarks

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

See Also