Skip to main content
Tab

CalendarProperties.DayWeekendStyle Property

Gets the style properties for the weekend dates in the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CalendarElementStyle DayWeekendStyle { get; }

Property Value

Type Description
CalendarElementStyle

A CalendarElementStyle object defining the appearance of weekend days.

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 DayWeekendStyle property synchronizes its value with the editor’s ASPxCalendar.DayWeekendStyle property.

See Also