Skip to main content
All docs
V25.1
  • CustomCalcTaskDependencyEventArgs.Lines Property

    Gets the list of lines that specify the dependency line.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public List<RectangleF> Lines { get; }

    Property Value

    Type Description
    List<RectangleF>

    A collection of rectangles that specify a dependency line.

    See Also