Back to Devexpress

CalendarControlBase.HighlightHolidays Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-00acb919.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool HighlightHolidays { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Overridable Property HighlightHolidays As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

CalendarAppearance

CustomDrawDayNumberCell

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace