Skip to main content

TcxPivotGridViewDataItem.HasChildren Property

Gets whether the currently processed field value is grouping and its siblings are visible.

Declaration

property HasChildren: Boolean read;

Property Value

Type
Boolean

Remarks

If the currently processed field value is the grouping value and its siblings are visible (the field value is expanded), then the HasChildren property returns True. Otherwise, False.

See Also