TcxPivotGridFieldGroup.FieldCount Property
Returns the total number of grouped fields.
Declaration
property FieldCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the FieldCount property to determine the total number of fields within the group’s Fields zero-based indexed collection.
Use the Add, AddFields, Clear, Insert and Remove methods to manage the number of elements within this collection.
See Also