CustomFieldDataEventHandler Delegate
In This Article
A method that will handle the ASPxPivotGrid.CustomUnboundFieldData event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
#Declaration
public delegate void CustomFieldDataEventHandler(
object sender,
CustomFieldDataEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. Identifies the ASPx |
e | Custom |
A Custom |
See Also