DateNavigator.HighlightHolidays Property
Gets or sets a value indicating if holiday dates should be highlighted with Red color.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v22.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true to highlight holiday dates; otherwise, false. |
Remarks
Use this property to specify if holiday dates should be highlighted with Red color in the DateNavigator control.
See Also