我有一个ribbon
,有很多ribbon-tabs
和ribbon-buttons
。
这是一个对许多观点起作用的常见Ribbon
。我需要引用XamDataGrid
以便ribbon-button
挂钩命令正确执行。
我不知道如何传递对功能区的引用,甚至处理它,请记住这是一个常见的Ribbon
菜单。
请注意我正在使用MVVM
。
谢谢
答案 0 :(得分:1)
看看telerik网站。 http://docs.telerik.com/devtools/wpf/mvvm-helpers/common-event-to-command-behavior
<telerik:EventToCommandBehavior.EventBindings>
<telerik:EventBinding Command="{Binding CustomCommand}" EventName="MouseLeftButtonDown" RaiseOnHandledEvents="True"
CommandParameter="This is a command parameter!"/>