TcxCustomPivotGrid.FieldCount Property
Gets a count of the fields in the TcxCustomPivotGrid.Fields collection.
Declaration
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