DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / CanAddNew Property

In This Topic
    CanAddNew Property
    In This Topic
    Gets a value that indicates whether a new item can be added to the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanAddNew As Boolean
    public bool CanAddNew {get;}
    See Also