DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / AllowNew Property

In This Topic
    AllowNew Property
    In This Topic
    Gets whether you can add items to the list using System.ComponentModel.IBindingList.AddNew.
    Syntax
    'Declaration
     
    Public ReadOnly Property AllowNew As Boolean
    public bool AllowNew {get;}
    See Also