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

PivotGridControl.QueryCustomFunctions Event

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

[DXCategory("Behavior")]
public event QueryCustomFunctionsEventHandler QueryCustomFunctions

Event Data

The QueryCustomFunctions event's data class is DevExpress.XtraPivotGrid.CustomFunctionEventArgs.

See Also