TcxCustomPivotGrid.Fields Property
Provides indexed access to the TcxPivotGridField object, which represents a field.
Declaration
property Fields[Index: Integer]: TcxPivotGridField read; write;
Property Value
Type |
---|
TcxPivotGridField |
Remarks
The zero-based Index parameter specifies the position of the field instance to be returned.
See Also