Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created November 19, 2018 22:43
Show Gist options
  • Save MartinZikmund/d02901bef8487ac06d2cd002171239f8 to your computer and use it in GitHub Desktop.
Save MartinZikmund/d02901bef8487ac06d2cd002171239f8 to your computer and use it in GitHub Desktop.
Switching back to classic Xamarin.Forms bindings
<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