Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBandHitTest Class

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

#Declaration

Delphi
TcxGridBandHitTest = class(
    TcxCustomGridViewHitTest
)

#Remarks

The TcxGridBandHitTest class introduces the following properties:

Band
Provides access to the inspected band.
BandContainerKind
Provides access to the parent container.
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 function to return the htBand hit code if a band is located at the inspected point.

See Also