IsHighlighted Property
IsHighlighted
Gets a value indicating whether this day is highlighted.
Declaration
public bool IsHighlighted { get; }
Public ReadOnly Property IsHighlighted As Boolean
Property Value
Type |
Description |
bool |
true if the day is highlighted; otherwise, false.
|