TcxGridHeaderHitTest Class
Stores HitTest information about the header panel located at the inspected point.
Declaration
TcxGridHeaderHitTest = class(
TcxCustomGridViewHitTest
)
Remarks
The TcxGridHeaderHitTest
class overrides the HitTestCode method to return the htHeader
hit code if any of the following elements are located at the inspected point:
- A column header panel in a Table View
- A band or column header panel in a Banded Table View
Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridHeaderHitTest
See Also