Skip to content

Instantly share code, notes, and snippets.

@detroitpro
Last active August 29, 2015 14:13
Show Gist options
  • Save detroitpro/5a279fd7d3f1326f6ca7 to your computer and use it in GitHub Desktop.
Save detroitpro/5a279fd7d3f1326f6ca7 to your computer and use it in GitHub Desktop.
Xamarin Forms 1.3 Context Action XAML
<ViewCell>
<ViewCell.ContextActions>
<MenuItem Command="{Binding MoreCommand}" Text="More" />
<MenuItem Command="{Binding DeleteCommand}" Text="Delete" IsDestructive="True" />
</ViewCell.ContextActions>
</ViewCell>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment