TcxPivotGridGroupItem Properties
Implements the grouping value.
Name | Description |
---|---|
Data |
Provides access to the control’s data controller. |
Display |
|
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. |
Has |
|
Has |
|
Index | Gets the zero-based index of the currently processed grouping value in the parent’s Items collection. |
Is |
|
Is |
|
Item |
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. |
Member |
|
Next |
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. |
Pivot |
Gets the pivot grid instance, which owns information on the currently processed grouping value. |
Prev |
Gets the previous sibling of the currently processed grouping value in the parent’s Items collection. |
Record |
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. |
Totals |
|
Unique |
|
Value | Gets the value of the currently processed column grouping value (or the row grouping value) in a string format. |
See Also