Back to Devexpress

TcxGridColumnHeaderVertSizingEdgeHitTest Class

vcl-cxgridbandedtableview-31d87192.md

latest1.3 KB
Original Source

TcxGridColumnHeaderVertSizingEdgeHitTest Class

Stores HitTest information about the vertical sizing handle of a column located at the inspected point.

Declaration

delphi
TcxGridColumnHeaderVertSizingEdgeHitTest = class(
    TcxCustomGridColumnHitTest
)

Remarks

The TcxGridColumnHeaderVertSizingEdgeHitTest class overrides the HitTestCode function to return the htColumnHeaderVertSizingEdge hit code if a column header vertical sizing handle is located at the inspected point.

Inheritance

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxCustomGridColumnHitTest TcxGridColumnHeaderVertSizingEdgeHitTest

See Also

TcxCustomGridBandedColumnOptions.VertSizing Property

TcxGridColumnHeaderVertSizingEdgeHitTest Members

cxGridBandedTableView Unit