FilterControlCustomValueDisplayTextEventHandler Delegate
In This Article
A method that will handle the ASPxFilterControlBase.CustomValueDisplayText event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void FilterControlCustomValueDisplayTextEventHandler(
object sender,
FilterControlCustomValueDisplayTextEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | An object representing the event source. Identifies the filter control that raised the event. |
e | Filter |
An Filter |
See Also