Skip to main content

GanttControlHitInfo.TreeListHitTest Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public TreeListHitTest TreeListHitTest { get; set; }

Property Value

Type Description
DevExpress.XtraTreeList.TreeListHitTest

A TreeListHitTest object that contains information about the task list’s visual element under the hit point.

See Also