Skip to main content

CustomCalcTaskDependencyEventArgs.Lines Property

Gets the list of lines that specify the dependency line.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.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