Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 1, 2019 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/269f49bbe140fcfad93be07f511971b9 to your computer and use it in GitHub Desktop.
Save icebeam7/269f49bbe140fcfad93be07f511971b9 to your computer and use it in GitHub Desktop.
XamarinAdventCalendarApp: PublicationsView.xaml
<!-- View code omitted -->
<Button Grid.Row="2"
Margin="5"
BackgroundColor="ForestGreen"
Text="Export data to excel"
TextColor="White"
CornerRadius="5"
Command="{Binding ExportToExcelCommand}"/>
<!-- View code omitted -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment