Skip to main content

TcxGridColumnHeaderVertSizingEdgeHitTest Class

Stores HitTest information about the vertical sizing handle of a column located at the inspected point.

Declaration

TcxGridColumnHeaderVertSizingEdgeHitTest = class(
    TcxCustomGridColumnHitTest
)

Remarks

The TcxGridColumnHeaderVertSizingEdgeHitTest class overrides the HitTestCode function to return the htColumnHeaderVertSizingEdge hit code if a column header vertical sizing handle is located at the inspected point.

Inheritance

See Also