Skip to main content

CustomFieldDataEventArgs Class

Provides data for the ASPxPivotGrid.CustomUnboundFieldData event.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll

#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