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

DateEditSettings.ShowWeekNumbers Property

Gets or sets whether to display week numbers in the drop-down window. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool ShowWeekNumbers { get; set; }

Property Value

Type Description
Boolean

true if the drop-down window displays week numbers; otherwise, false.

Remarks

Set the ShowWeekNumbers property to true to display week numbers (relative to the first week of the current year) in the drop-down window.

See Also