Skip to main content
A newer version of this page is available. .

TcxGridCardRowIndentHitTest Class

Contains the HitTest information about a category row‘s child indent located at the inspected point.

Declaration

TcxGridCardRowIndentHitTest = class(
    TcxGridRecordCellHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htCardRowIndent hit code if a category row’s child indent is located at the inspected point.

See Also