Skip to content

Commit 054a7db

Browse files
committed
Add customer intent
1 parent 1adfbc6 commit 054a7db

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

hub/apps/develop/data-binding/data-binding-overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
ms.assetid: 02a08657-285d-4804-a006-168c22aa4904
3-
title: Windows data binding overview
4-
description: This topic shows you how to bind a control (or other UI element) to a single item or bind an item's control to a collection of items in a Windows App SDK app.
3+
title: Windows data binding overview for developers
4+
description: This topic shows you how to bind a control (or other UI element) to a single item or bind an item's control to a collection of items in a WinUI app with Windows App SDK.
55
ms.date: 01/10/2025
66
ms.topic: concept-article
77
keywords: windows 10, windows 11, windows app sdk, winui, windows ui
88
ms.localizationpriority: medium
99
dev_langs:
1010
- csharp
11+
# Customer intent: As a Windows developer, I want to learn how to bind a control to a single item or bind an item's control to a collection of items in a WinUI app.
1112
---
1213

1314
# Windows data binding overview
@@ -285,6 +286,6 @@ Here's the result.
285286

286287
![displaying a date with custom formatting](images/xaml-databinding5.png)
287288

288-
## See also
289+
## Related content
289290

290-
* [Data binding](index.md)
291+
- [Data binding](index.md)

0 commit comments

Comments
 (0)