Gets the item from the data source that is represented by the specified DiagramItem.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Object GetDataItem ( |
Visual Basic
Copy Code
|
|---|
Public Function GetDataItem( _ |
A DiagramItem representing the specified data item on screen.
An object from the data source.
See Also