Skip to main content
All docs
V25.1
  • GanttControlHitInfo.TreeListHitTest Property

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

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.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