ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / CanAddNew Property

In This Topic
    CanAddNew Property (C1CollectionView)
    In This Topic
    Gets a value indicating whether a new item can be added to the underlying collection using the AddNew method.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanAddNew As System.Boolean
    public System.bool CanAddNew {get;}
    See Also