IsTodayHighlighted Property (GcDropDownCalendar)
In This Topic
Gets or sets a value that indicates whether the current date is highlighted. This is a dependency property.
Syntax
'Declaration
Public Property IsTodayHighlighted As Boolean
'Usage
Dim instance As GcDropDownCalendar
Dim value As Boolean
instance.IsTodayHighlighted = value
value = instance.IsTodayHighlighted
public bool IsTodayHighlighted {get; set;}
Property Value
true if the current date is highlighted; otherwise,
false. The default is
true.
See Also