IsTodayHighlighted Property (C1DatePicker)
In This Topic
Gets or sets the boolean value, specifying whether the current date is highlighted in the drop-down calendar.
Syntax
'Declaration
Public Property IsTodayHighlighted As Boolean
public bool IsTodayHighlighted {get; set;}
See Also