<Button Content="Undo"
ig:Commanding.CommandTarget="{Binding ElementName=xamSpreadsheet1}">
<ig:Commanding.Command>
<igPrim:SpreadsheetCommandSource
EventName="Click" CommandType="Undo" />
</ig:Commanding.Command>
</Button>