DateNavigator.ShowWeekNumbers Property
Gets or sets a value indicating if week numbers will be shown in the Date Navigator.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true to show week numbers; otherwise, false. |
Remarks
Use this property to specify if numbers should be shown to the left of the DateNavigator control for every week.
See Also