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

TcxGridDetailsSiteTabHitTest Class

Stores HitTest information about the tab within the tab panel displayed at the root or child (detail) grid level which is located at the inspected point.

#Declaration

Delphi
TcxGridDetailsSiteTabHitTest = class(
    TcxCustomGridHitTest
)

#Remarks

The TcxGridDetailsSiteTabHitTest class introduces the following properties:

Level
Provides access to the grid level at which the tab panel that includes the inspected tab is located.
Owner
Provides access to the immediate parent object of the grid level.

In addition, the TcxGridDetailsSiteTabHitTest class overrides the HitTestCode function to return the htTab hit code if a tab View record is located at the inspected point.

#Inheritance

TObject
TcxCustomGridHitTest
TcxGridDetailsSiteTabHitTest
See Also