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

FilterControlCustomValueDisplayTextEventArgs(IFilterablePropertyInfo, Object, String) Constructor

Initializes a new instance of the FilterControlCustomValueDisplayTextEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FilterControlCustomValueDisplayTextEventArgs(
    IFilterablePropertyInfo propertyInfo,
    object value,
    string displayText
)

Parameters

Name Type Description
propertyInfo IFilterablePropertyInfo

A IFilterablePropertyInfo object that represents a filterable property.

value Object

An object that represents a filterable property’s value.

displayText String

A string object that represents the entered custom value.

See Also