TdxSpreadSheetTableViewHitTest.HitAtGroup Property
In This Article
Returns a value indicating whether the inspected point corresponds to a bracket outlining expanded table item groups.
#Declaration
Delphi
property HitAtGroup: Boolean index hcGroup read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the inspected point corresponds to a bracket outlining an expanded column or row group; otherwise – False.
If you need to identify whether the inspected point corresponds to one of the areas used to display the grouping UI, use the HitAtGroupingArea property.
Note
Clicking a grouping bracket collapses the respective column or row group, like the expand buttons do.
See Also