ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList 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 System.Boolean
    public System.bool AllowNew {get;}
    See Also