Sparkline for UWP | ComponentOne
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 Boolean
    bool CanAddNew {get;}
    See Also