Back to Devexpress

DateNavigator.WeekNumberRule Property

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

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public CalendarWeekRule? WeekNumberRule { get; set; }
vb
Public Property WeekNumberRule As CalendarWeekRule?

Property Value

TypeDescription
Nullable<CalendarWeekRule>

A CalendarWeekRule enumeration value.

|

See Also

ShowWeekNumbers

DateNavigator Class

DateNavigator Members

DevExpress.Xpf.Editors.DateNavigator Namespace