Back to Devexpress

StripLine.EndDate Property

wpf-devexpress-dot-xpf-dot-gantt-dot-stripline.md

latest1.2 KB
Original Source

StripLine.EndDate Property

Gets the strip line end date.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public DateTime EndDate { get; }
vb
Public ReadOnly Property EndDate As Date

Property Value

TypeDescription
DateTime

A DateTime value that points to the strip line’s end date.

|

Remarks

The EndDate is calculated automatically according the strip line’s StartDate, strip line’s Duration, and working time rules.

See Also

StripLine Class

StripLine Members

DevExpress.Xpf.Gantt Namespace