Created
November 19, 2018 22:43
-
-
Save MartinZikmund/d02901bef8487ac06d2cd002171239f8 to your computer and use it in GitHub Desktop.
Switching back to classic Xamarin.Forms bindings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Grid x:DataType="viewModels:SomeViewModel"> | |
<!-- compiled bindings are applied here --> | |
<Grid x:DataType="{x:Null}"> | |
<!-- compiled bindings no longer apply here --> | |
</Grid> | |
</Grid> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment