TcxPivotGridGroupItem Properties
Implements the grouping value.| 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. |
See Also