Skip to main content

TcxGridGroupByBoxHitTest Class

Contains the HitTest information about the Group By box located at the inspected point.

Declaration

TcxGridGroupByBoxHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htGroupByBox hit code if the Group By box is located at the inspected point.

Inheritance

See Also