Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridFieldGroup.Remove(TcxPivotGridField) Method

Ungroups a particular field from the current group.

#Declaration

Delphi
procedure Remove(AField: TcxPivotGridField);

#Parameters

Name Type
AField TcxPivotGridField

#Remarks

Call this method to remove the field passed as the AField parameter from the Fields collection thus to ungroup this fields from the current group. Alternatively, to ungroup a field you can either set the field’s Group property to nil or assign a value of -1 to its GroupIndex property. To ungroup all the grouped fields altogether, use the group’s Clear method.

See Also