Back to Devexpress

DateNavigator.FirstDayOfWeek Property

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

latest1.7 KB
Original Source

DateNavigator.FirstDayOfWeek Property

Gets or sets the first day of the week in the Date Navigator. 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? FirstDayOfWeek { get; set; }
vb
Public Property FirstDayOfWeek As DayOfWeek?

Property Value

TypeDescription
Nullable<DayOfWeek>

The first day of the week.

|

Remarks

Use the FirstDayOfWeek property to specify the first day of week in the DateNavigator control.

xaml
<Window ...
  xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors">
  <dxe:DateNavigator FirstDayOfWeek="Monday"/>
</Window>

See Also

DateNavigator Class

DateNavigator Members

DevExpress.Xpf.Editors.DateNavigator Namespace