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

TcxGridCardRowCaptionHitTest Members

Contains the HitTest information about the card row caption located at the inspected point.

#Fields
Show Inherited Hide Inherited

Name Description
Item Provides access to the data item that corresponds to the inspected cell. Inherited from TcxGridRecordCellHitTest.
RowContainerKind Specifies the container type for the inspected card row caption.

#Properties
Show Inherited Hide Inherited

Name Description
GridRecord Provides access to the grid record being inspected. Inherited from TcxGridRecordHitTest.
GridView Provides access to the grid View whose element is located at the inspected point. Inherited from TcxCustomGridViewHitTest.
Pos Returns the coordinates of the grid point being inspected. Inherited from TcxCustomGridHitTest.
ViewInfo Provides access to ViewInfo information about the grid element located at the inspected point. Inherited from TcxCustomGridHitTest.

#Methods
Show Inherited Hide Inherited

Name Description
CanClick Determines whether a click on the inspected grid record can initiate record management operations. Inherited from TcxGridRecordHitTest.
Clone Inherited from TcxCustomGridHitTest.
Cursor Specifies the image used to represent the mouse pointer when it hovers over the inspected grid element. Inherited from TcxCustomGridHitTest.
DragAndDropObjectClass Inherited from TcxCustomGridHitTest.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
HitTestCode Returns the hit code of the inspected grid element. Inherited from TcxCustomGridHitTest.
Instance(TPoint) Inherited from TcxCustomGridHitTest.
ToString Inherited from TObject.
See Also