February 2012
Intermediate to advanced
708 pages
22h 55m
English
Although it's rare to want to do so, you can actually specify bindings using property element syntax. The following example demonstrates binding to a property named Name using property element syntax:
<TextBox>
<TextBox.Text>
<Binding Path="Name" />
</TextBox.Text>
</TextBox>
Read now
Unlock full access