I have some RadRibbonButton layed out on the Backstage and I want to hide the Backstage when I click on them. Unfortunately, I can not seem to find the way to hide the Backstage in code.
Thank You
3 Answers, 1 is accepted
0
Accepted
Petar Mladenov
Telerik team
answered on 27 Apr 2012, 02:14 PM
Hi Guy,
In a typical code behind solution , you can use the RadRibbonView's IsBckstageOpen property.
In a complex MVVM scenario you should bind this property to boolean property X from your ViewModel. Clicking on your button should activate command and the code for this Command should set the boolean property from your ViewModel to False.
All the best,
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>