GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TaskCollection Class / NonEmptyTaskCount Property

In This Topic
    NonEmptyTaskCount Property (TaskCollection)
    In This Topic
    Gets the number of non-empty tasks in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property NonEmptyTaskCount As Integer
    public int NonEmptyTaskCount {get;}
    See Also