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

TdxSpreadSheetCustomView.HitTest Property

Returns HitTest information about a specific point within a generic worksheet object.

#Declaration

Delphi
property HitTest: TdxSpreadSheetCustomHitTest read;

#Property Value

Type
TdxSpreadSheetCustomHitTest

#Remarks

Normally, you do not need to use this property, since it does not provide any information about the visual elements within the actual worksheet created in the Spreadsheet control. The HitTest property must be overridden in all descendants of the TdxSpreadSheetCustomView class.

For instance, in order to obtain the HitTest information about a point within the Table View worksheet, use its HitTest property.

See Also