Files
docs-desktop/dotnet-desktop-guide/framework/wpf/data/index.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

1.5 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Data 03/30/2017
AutoGeneratedOrientationPage
WPF [WPF], data
Windows Presentation Foundation [WPF], data
data [WPF]
dea454e2-abd8-4c53-ba37-d3ed53187d64

Data

[!INCLUDETLA#tla_winclient] data binding provides a simple and consistent way for applications to present and interact with data. Elements can be bound to data from a variety of data sources in the form of common language runtime (CLR) objects and XML. [!INCLUDETLA#tla_winclient] also provides a mechanism for the transfer of data through drag-and-drop operations.

In This Section

Data Binding
Drag and Drop

Reference

xref:System.Windows.Data

xref:System.Windows.Data.Binding

xref:System.Windows.DataTemplate

xref:System.Windows.Controls.DataTemplateSelector

Controls

Styling and Templating

Data Binding

See also