Back to Devexpress

DateNavigator.ActualFirstDayOfWeek Property

wpf-devexpress-dot-xpf-dot-editors-dot-datenavigator-dot-datenavigator-e1174b60.md

latest1.5 KB
Original Source

DateNavigator.ActualFirstDayOfWeek Property

Gets the day from which the Date Navigator ‘s week actually starts. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DayOfWeek ActualFirstDayOfWeek { get; protected set; }
vb
Public Property ActualFirstDayOfWeek As DayOfWeek

Property Value

TypeDescription
DayOfWeek

A DayOfWeek enumeration value specifying the start day of the week for the Date Navigator.

|

Remarks

Use the ActualFirstDayOfWeek property to obtain the particular day of the week from which the weeks in the Date Navigator start.

See Also

DateNavigator Class

DateNavigator Members

DevExpress.Xpf.Editors.DateNavigator Namespace