ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / NullableDateTimeEventArgs Class / DateIsNull Property

In This Topic
    DateIsNull Property (NullableDateTimeEventArgs)
    In This Topic
    Set to True if the date value is null.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DateIsNull As Boolean
    public bool DateIsNull {get;}
    See Also