CalendarProperties.DaySelectedStyle Property
Gets the style settings for the calendar’s selected day.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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