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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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