FilterControlCustomValueDisplayTextEventHandler Delegate
A method that will handle the ASPxFilterControlBase.CustomValueDisplayText event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 | FilterControlCustomValueDisplayTextEventArgs | An FilterControlCustomValueDisplayTextEventArgs object that contains event data. |
See Also