Skip to main content

TcxGridRowSizingEdgeHitTest Class

Contains the HitTest information about the row sizing edge located at the inspected point.

Declaration

TcxGridRowSizingEdgeHitTest = class(
    TcxGridRecordHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htRowSizingEdge hit code if the row sizing edge is located at the inspected point.

See Also