Back to Devexpress

CustomCalcTaskDependencyEventArgs.Lines Property

windowsforms-devexpress-dot-xtragantt-dot-customcalctaskdependencyeventargs-619cf70f.md

latest1.3 KB
Original Source

CustomCalcTaskDependencyEventArgs.Lines Property

Gets the list of lines that specify the dependency line.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public List<RectangleF> Lines { get; }
vb
Public ReadOnly Property Lines As List(Of RectangleF)

Property Value

TypeDescription
List<RectangleF>

A collection of rectangles that specify a dependency line.

|

See Also

CustomCalcTaskDependencyEventArgs Class

CustomCalcTaskDependencyEventArgs Members

DevExpress.XtraGantt Namespace