Helper class for XAML usage.
Namespace: yWorks.yFiles.UI.DataBindingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public sealed class BindingResolver<T> : FrameworkElement where T : class |
| Visual Basic |
|---|
Public NotInheritable Class BindingResolver(Of T As Class) _ Inherits FrameworkElement |
Type Parameters
- T
Remarks
This class is not meant to be used from within code but supports
the writing and parsing of XAML code only.
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
yWorks.yFiles.UI.DataBinding..::..GraphSource..::..BindingResolver<(Of <(<'T>)>)>
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
yWorks.yFiles.UI.DataBinding..::..GraphSource..::..BindingResolver<(Of <(<'T>)>)>