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

CalendarControlBase.HighlightHolidays Property

Gets or sets whether Saturdays and Sundays are highlighted. You can customize the appearance of these days using the CalendarControlBase.CalendarAppearance property.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if Saturdays and Sundays are highlighted; otherwise, false.

See Also