Xamarin.iOS Documentation | ComponentOne
Controls / FlexGrid / Features / Filtering
In This Topic
    Filtering
    In This Topic

    FlexGrid supports filtering through the ICollectionView interface and FullTextFilterBehavior class. Filtering allows a user to display subsets of data out of large data sets based on the criteria defined. Collection View interface provided by FlexGrid provides a flexible and efficient way to filter and display the desired dataset.

    The FlexGrid control lets a user perform custom filtering by adding a text box to enter a value and display a particular set of data. It also allows a user to use various options, such as BeginsWith, Contains, EndsWith, Equals, LessThamn, GreaterThan etc. A user can define the filtering patterns on the basis of the requirements, which can be a specific data or an approximate set of values.