Skip to main content
All docs
V24.1

GanttControlHitInfo.InTimeline Property

Gets whether the hit point belongs to the timeline.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public bool InTimeline { get; }

Property Value

Type Description
Boolean

true if the hit point belongs to the timeline; otherwise, false.

See Also