Skip to main content

TcxPivotGridGroupItem Members

Implements the grouping value.

Constructors

Name Description
Create(TcxPivotGridGroupItem,TcxCustomDataController,TcxPivotGridField,Integer) Initializes a new instance of the TcxPivotGridGroupItem class with specified settings.
Create(TcxPivotGridGroupItem,Variant,Integer,TcxCustomDataController,TcxPivotGridField) Initializes a new instance of the TcxPivotGridGroupItem class with specified settings.

Properties

Name Description
DataController Provides access to the control’s data controller.
DisplayText
Expanded Specifies whether the currently processed grouping value is expanded or collapsed.
Field Gets a field, which the currently processed grouping value is bound to.
HasChildren
HasCustomTotals
Index Gets the zero-based index of the currently processed grouping value in the parent’s Items collection.
IsCollapsed
IsHierarchy
ItemCount Gets a count of the child field values in the Items collection.
Items Provides indexed access to the child field values.
Level Gets a hierarchical level of the currently processed grouping value.
MemberIndex
NextSibling Gets the next sibling of the currently processed grouping value in the parent’s Items collection.
Parent Gets the parent grouping value of the currently processed grouping value.
PivotGrid Gets the pivot grid instance, which owns information on the currently processed grouping value.
PrevSibling Gets the previous sibling of the currently processed grouping value in the parent’s Items collection.
RecordIndex Gets an index of the dataset record, which is associated with the currently processed grouping value.
Records Provides indexes of the dataset records, which correspond to the child field values of the currently processed grouping value.
Size Gets the size in pixels of the currently processed grouping value.
TotalsCount
UniqueName
Value Gets the value of the currently processed column grouping value (or the row grouping value) in a string format.

Methods

Name Description
AddChild(TcxPivotGridGroupItemClass)
AddChild(Variant,Integer,TcxPivotGridField)
CheckExpanding
ChildrenNeeded
Compare(Variant) Compares the Value and the AValue.
CreateSummaryRecords Populates the Records collection with indexes of the data source records, which correspond to the currently processed grouping value‘s children.
DeleteChildren
Equals(TObject) Inherited from TObject.
GetCellByCrossItem(TcxPivotGridGroupItem) Returns an instance of the cross cell identified by the grouping value’s cross-referencer.
GetHashCode Inherited from TObject.
GetPrev
InitializeValue(string,WideString)
MarkDeleted
RemoveChildrenFrom(TcxPivotGridGroupItem)
ToString Inherited from TObject.
See Also