Table of Contents
HighlightToday Property

Gets or sets a value indicating whether today is highlighted.

Syntax
 public Boolean HighlightToday { get; set; }

Property Value

true if the current date is highlighted; otherwise false. The default value is true.

Remarks

You can customize DayButtonStyle to customize the highlight style.

See Also