Before discussing its important learn few basic concepts of data binding. In spite of what element is used for binding and the kind of data source, every binding need to follow a model demonstrated by following figure:
Data binding is nothing but the bridge between binding target and binding source. We are going to discuss about the WPF data binding concepts:
There are four components in each binding and these are binding target object, target property, binding source, and path to value in binding source to use. The best example
Regardless of what element you are binding and the nature of your data source, each binding always follows the model illustrated by the following figure:
Basic data binding diagram
As illustrated by the above figure, data binding is essentially the bridge between your binding target and your binding source. The figure demonstrates the following fundamental WPF data binding concepts:
Typically, each binding has these four components: a binding target object, a target property, a binding source, and a path to the value in the binding source to
This section contains the following subsections.
* Direction of the Data Flow
* What Triggers Source Updates
Regardless of what element you are binding and the nature of your data source, each binding always follows the model illustrated by the following figure:
Basic data binding diagram
As illustrated by the above figure, data binding is essentially the bridge between your binding target and your binding source. The figure demonstrates the following fundamental WPF data binding concepts:
*
Typically, each binding has these four