Skip to main content
A newer version of this page is available. .

GanttControlHitInfo.TreeListHitTest Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

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