PivotCustomFieldValueCellsEventArgs Properties
Provides data for the ASPxPivotGrid.CustomFieldValueCells event.
Name | Description |
---|---|
Column |
Gets the number of columns in the pivot grid.
Inherited from Pivot |
Is |
Gets whether the area where the field value cells reside needs to be redrawn after the event is handled.
Inherited from Pivot |
Row |
Gets the number of rows in the pivot grid.
Inherited from Pivot |
See Also