Back to Devexpress

TcxGridCardRowExpandButtonHitTest Class

vcl-cxgridcardview-f5ccb0fa.md

latest1.3 KB
Original Source

TcxGridCardRowExpandButtonHitTest Class

Stores HitTest information about a category row‘s expand button located at the inspected point.

Declaration

delphi
TcxGridCardRowExpandButtonHitTest = class(
    TcxGridRecordCellHitTest
)

Remarks

The TcxGridCardRowExpandButtonHitTest class overrides the HitTestCode function to return the htCardRowExpandButton hit code if a category row’s expand button is located at the inspected point.

Inheritance

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxGridRecordHitTest TcxGridRecordCellHitTest TcxGridCardRowExpandButtonHitTest

See Also

TcxGridCardRowExpandButtonHitTest Members

cxGridCardView Unit