MindFusion.Wpf Pack Programmer's Guide
GridRow.DataItem Property
See Also
 





Gets or sets the item associated with this row. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public Object DataItem { get; set; }

Visual Basic  Copy Code

Public Property DataItem As Object

 Property Value

An object representing the data associated with the row.

 See Also

GridRow Members
GridRow Class
MindFusion.DataViews.Wpf Namespace