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

In This Topic
    AllowNew Property (TaskCollection)
    In This Topic
    Gets whether you can add items to the list using AddNew.
    Syntax
    'Declaration
     
    Public Property AllowNew As Boolean
    public bool AllowNew {get; set;}
    See Also