Calendar for WinForms | ComponentOne
C1.Win.Calendar.DateEdit Namespace / CalendarSettings Class / ShowClearButton Property

In This Topic
    ShowClearButton Property (CalendarSettings)
    In This Topic
    Determines if the Clear button of the dropdown calendar is visible.
    Syntax
    'Declaration
     
    
    Public Property ShowClearButton As Boolean
    public bool ShowClearButton {get; set;}
    See Also