Skip to main content

TcxGridBandHeaderSizingEdgeHitTest Class

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

Declaration

TcxGridBandHeaderSizingEdgeHitTest = class(
    TcxGridBandHitTest
)

Remarks

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

Inheritance

See Also