You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/data-binding/how-to-bind-tabs.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,42 +6,42 @@ title: How To Bind Tabs
6
6
7
7
## Binding Support Example
8
8
9
-
You can dynamically create tab items with **data binding**. To do this, bind the `ItemsSource` property of a tab control to an array of objects representing the tab header and content.
9
+
You can dynamically create tab items with **data binding**. To do this, bind the `ItemsSource` property of a tab control to a collection of objects representing the tab header and content.
10
10
11
11
You can then use a **data template** to display the objects.
12
12
13
-
This example uses an array of objects created from this `TabItemViewModel` class:
13
+
This example uses a collection of objects created from this `ItemViewModel` class:
0 commit comments