Skip to main content

GanttControlHitInfo.ChartHitTest Property

Gets or sets information about the chart’s visual element under the hit point.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttChartHitTest ChartHitTest { get; set; }

Property Value

Type Description
DevExpress.XtraGantt.GanttChartHitTest

A GanttSplitterHitTest object that contains information about the chart’s visual element under the hit point.

See Also