TcxGridLayoutViewItemHitTest Class
Stores HitTest information for the layout item.
Declaration
TcxGridLayoutViewItemHitTest = class(
TcxGridRecordCellHitTest
)
Remarks
The TcxGridLayoutViewItemHitTest
class overrides the HitTestCode function to return the htLayoutViewItem
hit code if the test point belongs to the layout item.
Indirect TcxGridLayoutViewItemHitTest Class Reference
The TcxGridLayoutViewItemHitTest
object is returned by the Layout View’s GetHitTest method.
Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridRecordHitTest
TcxGridRecordCellHitTest
TcxGridLayoutViewItemHitTest
See Also