Item in the ItemsSource that this row is bound to.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
[BrowsableAttribute(false)]
public Object DataItem { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property DataItem As Object
	Get
	Set

See Also