TcxGridCardRowFilterButtonHitTest Class
Contains 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 that correspond to the inspected card row filter dropdown button.
Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridRecordHitTest
TcxGridRecordCellHitTest
TcxGridCardRowFilterButtonHitTest
See Also