Skip to main content

TcxGridLayoutViewItemHitTest Class

Provides the HitTest information for the layout item.

Declaration

TcxGridLayoutViewItemHitTest = class(
    TcxGridRecordCellHitTest
)

Remarks

This class overrides the HitTestCode method to return the htLayoutViewItem identifier if the test point belongs to the layout item.

For a list of Layout View elements and associated hit codes and HitTest classes, refer to the Layout View HitTests help topic.

The TcxGridLayoutViewItemHitTest object is returned by the Layout View’s GetHitTest method.

See Also