ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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 System.Boolean
    public System.bool AllowNew {get; set;}
    See Also