Articles in this section
Category / Section

How to hide the backstage button in WPF Ribbon control?

2 mins read

You can hide the backstage button in WPF Ribbon control by setting the BackStageButton visibility to Collapsed in code behind.

XAML

<syncfusion:Ribbon x:Name="ribbon" >
      <syncfusion:RibbonTab Caption="Tab1" >
            <syncfusion:RibbonBar>
                  <syncfusion:SplitButton SizeForm="Large"/>
                  <syncfusion:SplitButton SizeForm="Small"/>
            </syncfusion:RibbonBar>
      </syncfusion:RibbonTab>
</syncfusion:Ribbon>

 

C#

ribbon.BackStageButton.Visibility=Visibility.Collapsed;

The above code example is used to set the BackStageButton visibility properties and the screenshot is as follows.

Collapse the backstage button in WPF Ribbon control

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments
Please sign in to leave a comment
Access denied
Access denied