Click or drag to resize
BindingSource Property
Gets or sets the data source for the binding. Returns the source object that contains the data for the binding.

Namespace: Windows.UI.Xaml.Data
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Object Source { get; set; }

Property Value

Type: Object
See Also