Skip to main content
A newer version of this page is available. .

DateNavigator.FirstDayOfWeek Property

Gets or sets the day of the week from which the Date Navigator’s week starts. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v18.2.dll

Declaration

public FirstDayOfWeek FirstDayOfWeek { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Editors.FirstDayOfWeek

A DevExpress.UI.Xaml.Editors.FirstDayOfWeek object.

Remarks

Use the FirstDayOfWeek property to specify the particular day of the week from which weeks in the DateNavigator control should start.

See Also