Back to Devexpress

TcxGridChartCustomizeButtonHitTest Class

vcl-cxgridchartview-a0cba93e.md

latest1.2 KB
Original Source

TcxGridChartCustomizeButtonHitTest Class

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

Declaration

delphi
TcxGridChartCustomizeButtonHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

The TcxGridChartCustomizeButtonHitTest class overrides the HitTestCode function to return the htChartCustomizeButton hit code if the chart customization button is located at the inspected point.

Inheritance

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxGridChartCustomizeButtonHitTest

See Also

TcxGridChartToolBox.CustomizeButton Property

TcxGridChartView.ToolBox Property

TcxGridChartCustomizeButtonHitTest Members

cxGridChartView Unit