Skip to main content

TcxGridChartCustomizeButtonHitTest Class

Contains the HitTest information about the chart customization button located at the inspected point.

Declaration

TcxGridChartCustomizeButtonHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

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

Inheritance

TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridChartCustomizeButtonHitTest
See Also