CalendarProperties.DayWeekendStyle Property
In This Article
Gets the style properties for the weekend dates in the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CalendarElementStyle DayWeekendStyle { get; }
#Property Value
Type | Description |
---|---|
Calendar |
A Calendar |
#Remarks
Use the DayWeekendStyle property to access style settings defining the appearance of weekend days within the calendar. The DayWeekendStyle property allows the common day appearance specified via the ASPxCalendar.DayStyle property to be overridden for these specific days.
Note
The Day
See Also