Skip to main content

TcxGridCardRowFilterButtonHitTest Class

Contains the HitTest information about the card row filter dropdown button located at the inspected point.

Declaration

TcxGridCardRowFilterButtonHitTest = class(
    TcxGridRecordCellHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htRowFilterButton hit code if the card row filter dropdown button is located at the inspected point. Use the Item and GridRecord properties to access members of the grid item and record which correspond to the card row filter dropdown button being inspected.

See Also