Skip to main content
A newer version of this page is available. .
Tab

ListEditCustomFilteringEventArgs(String, String) Constructor

Initializes a new instance of the ListEditCustomFilteringEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ListEditCustomFilteringEventArgs(
    string filter,
    string filterExpression
)

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