Skip to main content

CardViewFilteringState Properties

Contains information about the CardView’s filtering-related state.
Name Description
FilterExpression Gets or sets the text representation of the filter criteria to be applied to the CardView.
IsFilterApplied Gets or sets a value specifying whether the filter criteria defined via the CardViewFilteringState.FilterExpression property should be applied to the CardView.
ModifiedColumns Provides access to a collection of CardView columns that construct a filter condition.
SearchPanelFilter Gets or sets the filter criterion that is applied to the CardView using the search panel.
See Also