TcxGridBandHitTest Class
Stores HitTest information about the band located at the inspected point.
Declaration
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.
Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridBandHitTest
See Also