Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.2
  • .NET Framework 4.5.2+

    UI-Specific Filtering Techniques

    You can filter a List View by means of the grid that displays it. By default, XtraGrid is used for displaying List Views in Windows Forms applications, and ASPxGrid - in the ASP.NET Web Forms applications.

    To learn filtering techniques available in XtraGrid, refer to the Filter and Search section of XtraGrid documentation.

    To learn filtering techniques available in ASPxGrid, refer to the Filtering section of ASPxGrid documentation

    There are some useful examples demonstrated in:

    See Also