CustomFieldDataEventArgs Class
Provides data for the ASPxPivotGrid.CustomUnboundFieldData event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxPivotGrid.CustomUnboundFieldData event allows unbound fields to be populated with data. This event is raised for each row in turn in the ASPxPivotGrid’s underlying data source.
See Also