Data binding (Windows Store apps using C#/VB/C++ and XAML)

Language: JavaScript and HTML | VB/C#/C++ and XAML
0 out of 1 rated this helpful - Rate this topic

Purpose

Data binding enables you to synchronize the elements of your app with different sources of data, including databases, files, and internal objects.

In this section

TopicDescription

Quickstart: Data binding to controls

This Quickstart shows you how to bind a control to a single item or bind a list control to a collection of items in a Windows Store app built for Windows using C++, C#, or Visual Basic. In addition, this Quickstart shows you how to customize the display of control items, implement a details view based on a selection, and convert data for display. For more detailed info, see Data binding with XAML.

Data binding with XAML

Data binding provides a simple way for Windows Store apps using C++, C#, or Visual Basic to display and interact with data.

How to create a master-details binding

You can make a multi-level master/details view of hierarchical data by binding list controls to CollectionViewSource instances.

 

Developer audience

Data binding is designed for use by developers who use data in their apps.

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.