Back to Devexpress

CalendarProperties.TodayStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-8bbb1feb.md

latest1.3 KB
Original Source

CalendarProperties.TodayStyle Property

Gets the style settings for the calendar day that corresponds to today’s date.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
CalendarElementStyle

A CalendarElementStyle object defining today’s date appearance.

|

Remarks

Note

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

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace