Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardRowFilterButtonHitTest Class

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

#Declaration

Delphi
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.

See Also