Skip to main content
All docs
V24.2

GanttControlHitInfo.InTimelineSplitter Property

Gets whether the hit point belongs to the timeline splitter.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.2.dll

Declaration

public bool InTimelineSplitter { get; }

Property Value

Type Description
Boolean

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

See Also