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