TcxCustomPivotGrid.FieldCount Property
In This Article
Gets a count of the fields in the TcxCustomPivotGrid.Fields collection.
#Declaration
Delphi
property FieldCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use the FieldCount property to get a count of the fields that are currently stored in the TcxCustomPivotGrid.Fields collection.
See Also