Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DaySlot Class / Empty Property

In This Topic
    Empty Property (DaySlot)
    In This Topic
    Indicates whether the DaySlot is empty, that is doesn't represent a date.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Empty As Boolean
    public bool Empty {get;}
    See Also