Skip to main content

DateNavigator.ShowWeekNumbers Property

Gets or sets whether to display week numbers when the Date Navigator is in the month view mode. 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 bool ShowWeekNumbers { get; set; }

Property Value

Type Description
Boolean

true, to display week numbers; otherwise, false.

Remarks

Week numbers are displayed at the left of the month view.

datenavigator_weeknumbers

See Also