[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionView.AddNewItem

AddNewItem Method

AddNewItem(object?)

Adds the specified object to the collection.

Declaration
public object? AddNewItem(object? newItem)
Parameters
Type Name Description
object newItem

The object to add to the collection.

Returns
Type Description
object
Implements