Back to Devexpress

GanttView.ActualWorkdayDuration Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-7545b62c.md

latest1.2 KB
Original Source

GanttView.ActualWorkdayDuration Property

Gets a duration of the working day. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public TimeSpan ActualWorkdayDuration { get; }
vb
Public ReadOnly Property ActualWorkdayDuration As TimeSpan

Property Value

TypeDescription
TimeSpan

A workday duration.

|

Remarks

The ActualWorkdayDuration property returns a workday duration calculated according to the WorkdayRules and WorkingTimeRules

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace