ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CanAddNew Property

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

    Property Value

    true if a new item can be added to the collection; otherwise, false.
    See Also