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

CardViewFilteringState.ModifiedColumns Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public ReadOnlyCollection<CardViewColumnState> ModifiedColumns { get; }

Property Value

Type Description
ReadOnlyCollection<CardViewColumnState>

A collection of objects which specify CardView 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 CardViewColumnState object that provides information about the main column characteristics.

See Also