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