Skip to main content

DateNavigator.WeekNumberRule Property

Gets or sets the rule which specifies the first week of the year. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public CalendarWeekRule? WeekNumberRule { get; set; }

Property Value

Type Description
Nullable<CalendarWeekRule>

A CalendarWeekRule enumeration value.

See Also