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

    Gets whether the hit point belongs to the splitter.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public bool InSplitter { get; }

    Property Value

    Type Description
    Boolean

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

    See Also