aspnet-114197-components-card-view-concepts-data-shaping-and-manipulation-filtering.md
Filtering allows you to display a subset of records that meet certain criteria in the data source. When filtering is applied to ASPxCardView , only cards that meet the specified criteria are displayed. Data can be filtered against a single data column or multiple data columns.
ASPxCardView data can be filtered by column values or display text. The GridDataColumnSettings.FilterMode property specifies how data is filtered.
End users can build simple filter criteria and use the column’s filter bar or header filter to apply it.
Users can click a column header’s filter button to invoke a context menu that contains various filter conditions. The following eleven operators are available.
Complex filter expressions can be applied in code or via the Filter Control. Users can click the filter bar to invoke this control. The ASPxGridSettings.ShowFilterBar option controls the filter bar’s visibility.