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 Methods
Show Inherited Hide Inherited

Represents a group of fields.
Name Description
Add(TcxPivotGridField) Adds the specified field to the current group.
AddFields(TcxPivotGridField[]) Adds an array of fields to the current group.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Clear Ungroups all the fields within the current group.
Equals(TObject) Inherited from TObject.
FullCollapse Collapses all the fields within the current group.
FullExpand Expands all the fields within the current group.
GetDisplayName Inherited from TCollectionItem.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
IndexOf(TcxPivotGridField) Returns the position of a particular field within the current group.
Insert(Integer,TcxPivotGridField) Inserts a particular field into the specified position within the current group.
IsFieldVisible(TcxPivotGridField) Determines whether a particular field is visible within the current group.
IsLastVisibleField(TcxPivotGridField) Determines whether a particular field is the last visible element in the current group.
Release Inherited from TCollectionItem.
Remove(TcxPivotGridField) Ungroups a particular field from the current group.
SetDisplayName(String) Inherited from TCollectionItem.
ToString Inherited from TObject.
See Also