Back to Devexpress

TcxGridBandHitTest Class

vcl-cxgridbandedtableview-98027235.md

latest1.4 KB
Original Source

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:

BandProvides access to the inspected band.BandContainerKindProvides access to the parent container.VisibleRowIndexReturns 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.

Inheritance

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxGridBandHitTest

See Also

TcxGridBandHitTest Members

cxGridBandedTableView Unit