Back to Devexpress

TcxGridRowSizingEdgeHitTest Class

vcl-cxgridtableview-d7d2e958.md

latest1.3 KB
Original Source

TcxGridRowSizingEdgeHitTest Class

Stores HitTest information about the row sizing handle located at the inspected point.

Declaration

delphi
TcxGridRowSizingEdgeHitTest = class(
    TcxGridRecordHitTest
)

Remarks

The TcxGridRowSizingEdgeHitTest class overrides the HitTestCode function to return the htRowSizingEdge hit code if the row sizing handle is located at the inspected point.

Inheritance

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxGridRecordHitTest TcxGridRowSizingEdgeHitTest

See Also

TcxGridTableOptionsCustomize.DataRowSizing Property

TcxGridTableOptionsCustomize.GroupRowSizing Property

TcxGridTableOptionsView.Indicator Property

TcxGridRowSizingEdgeHitTest Members

cxGridTableView Unit