CustomCalcTaskDependencyEventArgs.Lines Property
In This Article
Gets the list of lines that specify the dependency line.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public List<RectangleF> Lines { get; }
#Property Value
Type | Description |
---|---|
List<Rectangle |
A collection of rectangles that specify a dependency line. |
See Also