Back to Devexpress

TcxGridCardRowIndentHitTest Class

vcl-cxgridcardview-9d154470.md

latest1.3 KB
Original Source

TcxGridCardRowIndentHitTest Class

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

Declaration

delphi
TcxGridCardRowIndentHitTest = class(
    TcxGridRecordCellHitTest
)

Remarks

The TcxGridCardRowIndentHitTest class overrides the HitTestCode function to return the htCardRowIndent hit code if a category row’s child indent is located at the inspected point.

Inheritance

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxGridRecordHitTest TcxGridRecordCellHitTest TcxGridCardRowIndentHitTest

See Also

TcxGridCardViewOptionsView.CategoryIndent Property

TcxGridCardRowIndentHitTest Members

cxGridCardView Unit