ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / IsTodayHighlighted Property

In This Topic
    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