Skip to main content

GanttControlHitInfo.InTreeList Property

Gets whether the hit point belongs to the task list.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public bool InTreeList { get; }

Property Value

Type Description
Boolean

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

See Also