Gets or sets the source of the dependency.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Object From { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property From As Object |
An object representing the source of the dependency.
See Also