WPF Data Binding Using LINQ to XML Example

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at WPF Data Binding Using LINQ to XML Example.

This section provides a Windows Presentation Foundation (WPF) example that binds user interface components to an embedded XML data source. The name of this example (and the Visual Studio project that contains it) is LinqToXmlDataBinding.

TopicDescription
How to: Build and Run the LinqToXmlDataBinding ExampleContains step-by-step instructions on how to create, populate, and build the Visual Studio project for this example.
Walkthrough: LinqToXmlDataBinding ExampleContains the primary source files for the project and a description of how LINQ to XML is used for data binding within this code.

WPF Data Binding with LINQ to XML

Show: