Skip to main content

TcxGridBandHitTest Class

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

Declaration

TcxGridBandHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

This class introduces the following properties:

  • Band – provides access to the inspected band;

  • BandContainerKind – provides access to the container control in which the band resides;

  • VisibleRowIndex – returns the potential vertical position of a column when it is positioned at the inspected point of the band.

In addition, the TcxGridBandHitTest class overrides the HitTestCode method to return the htBand hit code if a band is located at the inspected point.

See Also