Back to Devexpress

CalendarProperties.DayStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-0c1632ac.md

latest1.3 KB
Original Source

CalendarProperties.DayStyle Property

Gets the style settings for the days displayed in the calendar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
CalendarElementStyle

A CalendarElementStyle object defining the common appearance of the calendar’s days.

|

Remarks

Note

The DayStyle property synchronizes its value with the editor’s ASPxCalendar.DayStyle property.

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace