Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
455
Perform ExitEditMode from a ribbon button?
posted

I am attempting to have a ribbon ButtonTool emulate the behavior that occurs when the user presses the escape key when in edit mode. I cannot figure out how to manage this, though.

I have a UserControl on top, which has the XamRibbon. I have another UserControl beneath it, which has the XamGrid.

I'd like to do this the MVVM way, and avoid codebehind.

What am I missing? Is this doable?

Thanks.