TcxPivotGridFieldGroup.Clear Method
In This Article
Ungroups all the fields within the current group.
#Declaration
Delphi
procedure Clear;
#Remarks
Call this method to remove all the fields from the Fields collection thus to ungroup all the fields within the current group. Individual fields can be ungrouped using the group’s Remove method or by setting the field’s Group property to nil or assigning a value of -1 to its GroupIndex property.
See Also