Summary
Gets or sets a value indicating whether the current date is
highlighted.
- Namespace
- Avalonia
.Controls - Containing Type
- Calendar
Syntax
public bool IsTodayHighlighted { get; set; }
Value
Type | Description |
---|---|
bool | True if the current date is highlighted; otherwise, false. The default is true. |