ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridBeginningNewRowEventArgs Class / Item Property

In This Topic
    Item Property (DataGridBeginningNewRowEventArgs)
    In This Topic
    Gets or sets the data item corresponding to the new row.
    Syntax
    'Declaration
     
    
    Public Property Item As Object
    public object Item {get; set;}
    See Also