Skip to main content

TcxGridRowLevelIndentHitTest Class

Contains the HitTest information about the row level indent located at the inspected point.

Declaration

TcxGridRowLevelIndentHitTest = class(
    TcxGridRecordHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htRowLevelIndent hit code if the row level indent is located at the inspected point.

See Also