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

TdxSpreadSheetPageControlHitTest Properties
Show Inherited Hide Inherited

Contains a caption bar’s HitTest information.
Name Description
ActualHitPoint Inherited from TdxSpreadSheetCustomHitTest.
HitAtBackground Indicates if the inspected point corresponds to the caption bar‘s background.
HitAtButton Indicates if the inspected point corresponds to one of the caption bar‘s buttons.
HitAtPageTab Indicates if the inspected point corresponds to one of the caption bar‘s worksheet tabs.
HitAtSplitter Indicates if the inspected point corresponds to the caption bar‘s splitter.
HitObject Returns ViewInfo information on the Spreadsheet or Report Designer control’s visual element located at the test point. Inherited from TdxSpreadSheetCustomHitTest.
HitObjectData This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TdxSpreadSheetCustomHitTest.
HitPoint Returns the pixel coordinates of the test point within the Spreadsheet or Report Designer control’s area. Inherited from TdxSpreadSheetCustomHitTest.
PageControl Returns the caption bar instance to which this HitTest information belongs.
See Also