0

我有ribbon很多ribbon-tabsribbon-buttonsRibbon这是对许多观点起作用的共同点。我处于需要引用的情况,XamDataGrid以便ribbon-button挂钩命令正确执行。

我不知道如何传递对功能区的引用,甚至不知道如何处理它,记住这是一个常见的Ribbon菜单。

请注意,我正在使用MVVM.

谢谢

4

1 回答 1

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!"/>

于 2017-06-06T15:45:48.323 回答