Skip to main content

TcxGridColumnHeaderHorzSizingEdgeHitTest Class

Contains the HitTest information about a grid View column header‘s horizontal sizing edge located at the inspected point in a tabular View.

Declaration

TcxGridColumnHeaderHorzSizingEdgeHitTest = class(
    TcxCustomGridColumnHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htColumnHeaderHorzSizingEdge hit code if a grid View column header’s horizontal sizing edge is located at the inspected point.

The corresponding column and View can be accessed using the Column and GridView properties, respectively.

Inheritance

See Also