Skip to main content

TcxGridExpandButtonHitTest Class

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

Declaration

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.

See Also