Skip to main content
A newer version of this page is available. .

TcxGridExpandButtonHitTest Class

Contains the HitTest information about the expand button (card expand button in the Card View) located at the inspected point.

Declaration

TcxGridExpandButtonHitTest = class(
    TcxGridRecordHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htExpandButton hit code if the expand button is located at the inspected point.

See Also