ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / DateIsNull Property

In This Topic
    DateIsNull Property (CalendarSettings)
    In This Topic
    Gets or sets the value indicating that no date is currently selected in the calendar.
    Syntax
    'Declaration
     
    
    Public Property DateIsNull As Boolean
    public bool DateIsNull {get; set;}
    See Also