BindingElementName Property |
Gets or sets the name of the element to use as the binding source for the Binding.
Returns the value of the Name property or x:Name attribute for the element to bind to. The default is null.
Namespace: Windows.UI.Xaml.DataAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public string ElementName { get; set; }
Property Value
Type:
StringSee Also