ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / AddNew Method

In This Topic
    AddNew Method (BaseCollectionView)
    In This Topic
    Adds a new item to the underlying collection.
    Syntax
    'Declaration
     
    
    Public Overridable Function AddNew() As Object
    public virtual object AddNew()

    Return Value

    The new item that is added to the collection.
    See Also