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

TcxvgHitTest Properties
Show Inherited Hide Inherited

Contains HitTest information about the vertical grid elements located under the mouse pointer.
Name Description
EditCellViewInfo Inherited from TcxCustomHitTestController.
HitAtBandSizing Indicates that the mouse pointer is over a band’s sizing line.
HitAtButton Indicates that the mouse pointer is over an expand button.
HitAtCaption Indicates that the mouse pointer is over a row’s caption.
HitAtCaptionFilterButton
HitAtCustomize Indicates that the mouse pointer is over the customization box.
HitAtDivider Indicates that the mouse pointer is over the divider.
HitAtEmpty Indicates that the mouse pointer is over the grid’s empty space.
HitAtFilterBox Indicates if the test point belongs to the built-in control’s filter panel. Inherited from TcxCustomHitTestController.
HitAtFindPanel Indicates if the test point belongs to the built-in Find Panel. Inherited from TcxCustomHitTestController.
HitAtImage Indicates that the mouse pointer is over an image.
HitAtIndent Indicates that the mouse pointer is over an indent space.
HitAtNavigator Indicates if the test point belongs to the embedded navigator. Inherited from TcxCustomHitTestController.
HitAtRowHeader Indicates that the mouse pointer is over a row’s header.
HitAtRowSizing Indicates that the mouse pointer is over a row’s bottom line.
HitAtValue Indicates that the mouse pointer is over a row’s value.
HitBandIndex Returns the index of the grid band that the mouse pointer is currently over.
HitCellIndex Returns the index of the row’s cell that the mouse pointer is over.
HitCode Determines if the test point belongs to a specified editing control element. Inherited from TcxCustomHitTestController.
HitInControl
HitPoint Specifies the test point within an editing control. Inherited from TcxCustomHitTestController.
HitRow Returns the grid row under the mouse pointer.
HitState Determines the control element to which the test point belongs. Inherited from TcxCustomHitTestController.
HitTestItem Specifies the editing control element to which the test point belongs. Inherited from TcxCustomHitTestController.
HitX Specifies the horizontal coordinate of the point within an editing control. Inherited from TcxCustomHitTestController.
HitY Specifies the vertical coordinate of the point within an editing control. Inherited from TcxCustomHitTestController.
IsItemEditCell Inherited from TcxCustomHitTestController.
See Also