Back to Devexpress

TcxGridCardScrollButtonUpHitTest Class

vcl-cxgridcardview-80b668d2.md

latest1.2 KB
Original Source

TcxGridCardScrollButtonUpHitTest Class

Stores HitTest information about the card scroll up button located at the inspected point.

Declaration

delphi
TcxGridCardScrollButtonUpHitTest = class(
    TcxGridRecordHitTest
)

Remarks

The TcxGridCardScrollButtonUpHitTest class overrides the HitTestCode function to return the htCardScrollButtonUp hit code if the card scroll up button is located at the inspected point.

Inheritance

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxGridRecordHitTest TcxGridCardScrollButtonUpHitTest

See Also

TcxGridCardViewInfo.NeedsScrollingUp

TcxGridCardScrollButtonUpHitTest Members

cxGridCardView Unit