Back to Devexpress

ASPxCalendar.HighlightToday Property

aspnet-devexpress-dot-web-dot-aspxcalendar-68fe815f.md

latest1.3 KB
Original Source

ASPxCalendar.HighlightToday Property

Gets or sets a value that specifies whether a day that corresponds to today’s date is highlighted within the calendar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool HighlightToday { get; set; }
vb
<DefaultValue(True)>
Public Property HighlightToday As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the calendar’s day that corresponds to today’s date is highlighted; otherwise, false.

|

Remarks

This property is a wrapper of the CalendarProperties.HighlightToday property.

See Also

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace