Class DataContextHelper
DataContext Helper Class to load Data with dynamic binding.
Inheritance
System.Object
DataContextHelper
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class DataContextHelper : DependencyObject
Constructors
DataContextHelper()
Declaration
public DataContextHelper()
Fields
RecordProperty
Declaration
public static readonly DependencyProperty RecordProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Record
Declaration
public object Record { get; set; }
Property Value
Value
Declaration
public object Value { get; set; }
Property Value
Methods
SetValueBinding(BindingBase, Object)
Declaration
public void SetValueBinding(BindingBase binding, object source)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Data.BindingBase |
binding |
|
System.Object |
source |
|
Extension Methods