Skip to main content

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

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool HighlightHolidays { get; set; }

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.

DateNavigator.HighlightHolidays.png

See Also