ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IEditableCollectionView Interface / CanAddNew Property

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