Back to Devexpress

TcxGridExpandButtonHitTest Class

vcl-cxgridcustomtableview-66ccbc06.md

latest1011 B
Original Source

TcxGridExpandButtonHitTest Class

Stores HitTest information about the expand button located at the inspected point.

Declaration

delphi
TcxGridExpandButtonHitTest = class(
    TcxGridRecordHitTest
)

Remarks

The TcxGridExpandButtonHitTest class overrides the HitTestCode function to return the htExpandButton hit code if the expand button is located at the inspected point.

Inheritance

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxGridRecordHitTest TcxGridExpandButtonHitTest

See Also

TcxGridExpandButtonHitTest Members

cxGridCustomTableView Unit