C H A P T E R  7

images

Data Binding

The primary purpose of WPF is to provide a dynamic, powerful way to build standalone client user interfaces using XAML markup. A user interface consists of different types of controls, such as buttons, textboxes, and datagrids. Each control exposes data and behaviors; the data will be displayed onscreen and edited by the user while the behaviors will make the UI interactive. Typically, the most challenging tasks when developing a UI are binding the data to the View and keeping the data synchronization between the View and the Model up-to-date at all times. For example, if the user modifies the data in the View, ...

Get Applied WPF 4 in Context now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.