Gets or sets the item associated with this row. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Object DataItem { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DataItem As Object |
An object representing the data associated with the row.
See Also