Click or drag to resize
BindingPath Property
Gets or sets the path to the binding source property. Returns the property path for the source of the binding.

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

Property Value

Type: PropertyPath
See Also