FilterControlParseValueEventArgs(IFilterablePropertyInfo, String) Constructor
Initializes a new instance of the FilterControlParseValueEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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