ComponentOne DataGrid for WPF and Silverlight
DataItem Property (DataGridRow)

C1.WPF.DataGrid Namespace > DataGridRow Class : DataItem Property
Gets the data of the row.
Syntax
'Declaration
 
Public ReadOnly Property DataItem As System.Object
public System.object DataItem {get;}

Property Value

The data of the row.
See Also

Reference

DataGridRow Class
DataGridRow Members