Back to Devexpress

CustomFieldDataEventArgs Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-f88dc685.md

latest1.8 KB
Original Source

CustomFieldDataEventArgs Class

Provides data for the ASPxPivotGrid.CustomUnboundFieldData event.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class CustomFieldDataEventArgs :
    PivotFieldEventArgs
vb
Public Class CustomFieldDataEventArgs
    Inherits PivotFieldEventArgs

CustomFieldDataEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotFieldEventArgs CustomFieldDataEventArgs

See Also

CustomFieldDataEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace