Skip to main content

TcxGridLayoutViewItemFilterButtonHitTest Class

Provides the HitTest information for the layout item‘s filter dropdown button.

Declaration

TcxGridLayoutViewItemFilterButtonHitTest = class(
    TcxGridRecordCellHitTest
)

Remarks

This class overrides the HitTestCode method to return the htLayoutViewItemFilterButton identifier if the test point belongs to the filter dropdown button.

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

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

See Also