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

FilterControlParseValueEventArgs(IFilterablePropertyInfo, String) Constructor

Initializes a new instance of the FilterControlParseValueEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FilterControlParseValueEventArgs(
    IFilterablePropertyInfo propertyInfo,
    string text
)

Parameters

Name Type Description
propertyInfo IFilterablePropertyInfo

A IFilterablePropertyInfo object that represents the filterable property.

text String

A string value that specifies the filter expression value currently being applied.

See Also