CustomFieldDataEventArgs Properties
Provides data for the ASPxPivotGrid.CustomUnboundFieldData event.| Name | Description |
|---|---|
| Field | Gets the field being processed. Inherited from PivotFieldEventArgsBase<T>. |
| ListSourceRowIndex | Gets the current row’s index in the data source. |
| Value | Sets the cell’s value. |
See Also