Skip to main content
All docs
V24.1

GanttControlHitInfo.TimelineHitTest Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttTimelineHitTest TimelineHitTest { get; set; }

Property Value

Type Description
DevExpress.XtraGantt.GanttTimelineHitTest

An object that contains information about the timeline’s visual element under the hit point.

See Also