ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCreatingRowEventArgs Class / DataItem Property

In This Topic
    DataItem Property (DataGridCreatingRowEventArgs)
    In This Topic
    Gets the data item associated with this row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataItem As Object
    public object DataItem {get;}
    See Also