TcxPivotGridViewDataItem.HasChildren Property
In This Article
Gets whether the currently processed field value is grouping and its siblings are visible.
#Declaration
Delphi
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