Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableViewHitTest.HitAtGroup Property

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