Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

How to: Filter List Views on the UI Specific Level

This topic describes how to specify a filter to be used in a control that visualizes a specific List View (e.g., GridControl or ASPxGridView control.

Note

ASP.NET Core Blazor applications do not support client-side filtration.

Run the Model Editor and navigate to the required List View node (e.g., Views | Contact_ListView). In the property grid to the right, find the IModelListView.Filter property and click the ellipsis button to the right of the property value. In the invoked Filter Builder, specify the required filter.

ListView_Filter

The result is demonstrated in the images below.

WinForms:

ListView_Filter_Win

ASP.NET Web Forms:

ListView_Filter_Web

See Also