Skip to content

Commit 20484e5

Browse files
authored
Merge pull request #299 from stevenbrix/patch-1
fix typo
2 parents 9590e9c + a17a3ce commit 20484e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-apps-src/xaml-platform/x-defaultbindmode-attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In XAML markup, specifies a default mode for x:Bind.
2525

2626
## Remarks
2727

28-
x:Bind has a default mode of OneTime, and this was chosen for performance reasons as using OneTime will cause more code to be generated to hookup and handle the change detection. **x:DefaultBindMode** can be used to change the default mode for x:Bind for a specific segment of the markup tree. The mode selected will apply any x:Bind expressions on that element and its children, that do not explicitly specify a mode as part of the binding.
28+
x:Bind has a default mode of OneTime, and this was chosen for performance reasons as using OneWay will cause more code to be generated to hookup and handle the change detection. **x:DefaultBindMode** can be used to change the default mode for x:Bind for a specific segment of the markup tree. The mode selected will apply any x:Bind expressions on that element and its children, that do not explicitly specify a mode as part of the binding.
2929

3030
## Related topics
3131

0 commit comments

Comments
 (0)