TcxPivotGridGroupItem.NextSibling Property
Gets the next sibling of the currently processed grouping value in the parent’s Items collection.
Declaration
property NextSibling: TcxPivotGridGroupItem read;
Property Value
Type |
---|
TcxPivotGridGroupItem |
Remarks
Use the NextSibling property, for traversing forward in the parent’s Items collection. The NextSibling property returns nil, if the currently processed grouping value is the root or if it’s the last in the collection.
The NextSibling property performs a linear search. To access instances in the collection in an arbitrary manner, use the parent’s Items property instead.
See Also