ComponentOne DataGrid for WPF and Silverlight
AddNew Method

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : AddNew Method
Adds a new item to the underlying collection.
Syntax
'Declaration
 
Public Overridable Function AddNew() As System.Object
public virtual System.object AddNew()

Return Value

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

Reference

BaseCollectionView Class
BaseCollectionView Members