Create(TcxPivotGridGroupItem,TcxCustomDataController,TcxPivotGridField,Integer) Constructor
Initializes a new instance of the TcxPivotGridGroupItem class with specified settings.
Declaration
constructor Create(AParent: TcxPivotGridGroupItem; ADataController: TcxCustomDataController; AField: TcxPivotGridField = nil; ARecordIndex: Integer = -1); overload; virtual;
Parameters
| Name | Type |
|---|---|
| AParent | TcxPivotGridGroupItem |
| ADataController | TcxCustomDataController |
| AField | TcxPivotGridField |
| ARecordIndex | Integer |
See Also