Back to Devexpress

Filtering

aspnetbootstrap-119560-card-view-filtering.md

latest774 B
Original Source

Filtering

  • Apr 01, 2018

Overview

Filtering allows you to display a subset of records that meet certain criteria in the data source. When filtering is applied to the Bootstrap Card View , only cards that meet the specified criteria are displayed. Data can be filtered against a single data columns or multiple columns.

The Bootstrap Card View allows its data to be filtered by column values or display text. This is controlled by the GridDataColumnSettings.FilterMode property.

Concepts