CustomFieldDataEventArgs Class
In This Article
Provides data for the ASPxPivotGrid.CustomUnboundFieldData event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class CustomFieldDataEventArgs :
PivotFieldEventArgs
#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