Skip to main content

TcxPivotGridGroupItem.PrevSibling Property

Gets the previous sibling of the currently processed grouping value in the parent’s Items collection.

Declaration

property PrevSibling: TcxPivotGridGroupItem read;

Property Value

Type
TcxPivotGridGroupItem

Remarks

Use the PrevSibling property, for traversing backward in the parent’s Items collection. The PrevSibling property returns nil, if the currently processed grouping value is the root or if it’s the first in the collection.

The PrevSibling property performs a linear search. To access instances in the collection in an arbitrary manner, use the parent’s Items property instead.

See Also