TcxPivotGridFieldGroup.VisibleCount Property
Declaration
property VisibleCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Fields which have child fields within a group can be collapsed and thus the child fields are hidden as a result. The VisibleCount property returns the total number of fields which are not collapsed under other fields.
To determine a field’s expansion status use the field’s VisibleInGroup property.
See Also