ListEditCustomFilteringEventArgs(String, String) Constructor
Initializes a new instance of the ListEditCustomFilteringEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| filter | String | A string value specifying the search text the user typed in the search box. |
| filterExpression | String | A string value specifying the filter criteria. |
See Also