Skip to main content

TcxGridRowLevelIndentHitTest Class

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

Declaration

TcxGridRowLevelIndentHitTest = class(
    TcxGridRecordHitTest
)

Remarks

The TcxGridRowLevelIndentHitTest class overrides the HitTestCode function to return the htRowLevelIndent hit code if the row level indent is located at the inspected point.

See Also