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

In This Topic
    AllowNew Property (ResourceCollection)
    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