TcxPivotGridViewDataItem.Expanded Property
In This Article
Gets whether the currently processed field value is expanded or collapsed.
#Declaration
Delphi
property Expanded: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
If the currently processed field value is the grouping value and it’s expanded, then the Expanded property returns True. Otherwise, False.
See Also