Back to Devexpress

ASPxCalendar.HighlightWeekends Property

aspnet-devexpress-dot-web-dot-aspxcalendar-3cdea8c8.md

latest1.3 KB
Original Source

ASPxCalendar.HighlightWeekends Property

Gets or sets a value that specifies whether weekend days are highlighted within the calendar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool HighlightWeekends { get; set; }
vb
<DefaultValue(True)>
Public Property HighlightWeekends As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if weekend days are highlighted; otherwise, false.

|

Remarks

This property is a wrapper of the CalendarProperties.HighlightWeekends property.

See Also

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace