Back to Devexpress

CalendarProperties.DaySelectedStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-5e18db68.md

latest1.3 KB
Original Source

CalendarProperties.DaySelectedStyle Property

Gets the style settings for the calendar’s selected day.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
CalendarElementStyle

A CalendarElementStyle object defining the appearance of the selected day.

|

Remarks

Note

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

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace