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

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