Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section provides information about how to use LINQ to XML as the data source for data binding in Windows Presentation Foundation (WPF) applications. This scenario relies upon special dynamic properties of the System.Xml.Linq.XAttribute and System.Xml.Linq.XElement. These dynamic properties are also documented in this section.
In This Section
Topic |
Description |
---|---|
Introduces the dynamic data-binding features provided by the System.Xml.Linq namespace, and explains how these features can be used as a data source for user interface components in the WPF. |
|
Provides reference information about the dynamic properties exposed by the XAttribute and XElement classes. |
|
Provides a WPF example that binds user interface components to an XML data source. |