GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TimeInterval Class / Empty Property

In This Topic
    Empty Property (TimeInterval)
    In This Topic
    Gets or sets whether the time interval is empty (not used).
    Syntax
    'Declaration
     
    Public Property Empty As Boolean
    public bool Empty {get; set;}
    See Also