Skip to main content

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.2.dll

Declaration

public ReadOnlyCollection<GridViewColumnState> ModifiedColumns { get; }

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