Skip to main content

DateNavigator.WeekNumberFormat Property

Gets or sets a value that specifies the format string for week numbers. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public string WeekNumberFormat { get; set; }

Property Value

Type Description
String

A String value that is the format string of week numbers.

Remarks

Use the WeekNumberFormat property to define the specific string format for the week numbers displayed within the Date Navigator.

datenavigator_weeknumbers

See Also