TcxPivotGridFieldGroup Members
Represents a group of fields.Constructors
Name | Description |
---|---|
Create(TCollection) | Inherited from TCollectionItem. |
Properties
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. |
Methods
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