Skip to main content

TcxGridCardRowExpandButtonHitTest Class

Contains the HitTest information about a category row‘s expand button located at the inspected point.

Declaration

TcxGridCardRowExpandButtonHitTest = class(
    TcxGridRecordCellHitTest
)

Remarks

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

See Also