Skip to main content
A newer version of this page is available. .
Tab

CalendarProperties.DaySelectedStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CalendarElementStyle DaySelectedStyle { get; }

Property Value

Type Description
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