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

Represents a group of fields.
Name Description
Area Specifies the area in which the group is displayed.
AreaIndex Specifies the position of the group amongst the other fields within the same area.
Caption Specifies the group’s display caption.
Collection Inherited from TCollectionItem.
DisplayName Inherited from TCollectionItem.
FieldCount Returns the total number of grouped fields.
Fields Provides indexed access to grouped fields.
Groups Provides access to the collection of field groups which the current group belongs to.
ID Inherited from TCollectionItem.
Index Inherited from TCollectionItem.
IsCaptionAssigned
PivotGrid Provides access to the pivot grid control that owns the current group.
Visible Specifies whether the current group is visible within the control.
VisibleCount Returns the total number of visible fields within the current group.
See Also