Skip to main content

TcxGridBandHeaderHitTest Class

Contains the HitTest information about the band header located at the inspected point.

Declaration

TcxGridBandHeaderHitTest = class(
    TcxGridBandHitTest
)

Remarks

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

See Also