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

TcxCustomHitTestController Properties

Contains the general HitTest information about a specific point of the editing control.
Name Description
EditCellViewInfo
HitAtFilterBox Indicates if the test point belongs to the built-in control’s filter panel.
HitAtFindPanel Indicates if the test point belongs to the built-in Find Panel.
HitAtNavigator Indicates if the test point belongs to the embedded navigator.
HitCode Determines if the test point belongs to a specified editing control element.
HitPoint Specifies the test point within an editing control.
HitState Determines the control element to which the test point belongs.
HitTestItem Specifies the editing control element to which the test point belongs.
HitX Specifies the horizontal coordinate of the point within an editing control.
HitY Specifies the vertical coordinate of the point within an editing control.
IsItemEditCell
See Also