Changes
/* Set a Binding as PropertyValue */ Added mobile syntax example
Luckily, there is a simple way to link this Binding to a context. Using the above example as a foundation, adapt the button as shown below:
<source lang = "xml">
<Button
</Button>
</source>
The above code uses the x:Name of the button to specify the viewmodel from which we wish to begin our binding path.<br>
You do not need to follow this exact syntax, all that is necessary is to provide a connection to the BindingContext of any named control an observable by this buttoncontrol.
==== Set Current DateTime ====
{{UnderConstructionEnd}}
[[Category:Client|XAML Tips]]
[[Category:WinX|XAML Tips]]
[[Category:XAML|XAML Tips]]
[[Category:Xamarin|XAML Tips]]
[[Category:Client|XAML Tips]]