Back to Devexpress

ASPxCalendar.DayWeekendStyle Property

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

latest1.3 KB
Original Source

ASPxCalendar.DayWeekendStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarElementStyle DayWeekendStyle { get; }
vb
Public ReadOnly Property DayWeekendStyle As CalendarElementStyle

Property Value

TypeDescription
CalendarElementStyle

A CalendarElementStyle object defining the appearance of weekend days.

|

Remarks

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

See Also

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace