Skip to main content

TcxGridColumnHeaderVertSizingEdgeHitTest Class

Contains the HitTest information about a column header‘s vertical sizing edge located at the inspected point.

Declaration

TcxGridColumnHeaderVertSizingEdgeHitTest = class(
    TcxCustomGridColumnHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htColumnHeaderVertSizingEdge hit code if a column header’s vertical sizing edge is located at the inspected point. The corresponding column and View can be accessed via the Column and GridView properties, respectively.

Inheritance

See Also