We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Displaying contents of Ribbon Display Option Button.


Hi,


          How to display the contents of Ribbon Display Option Button in 3 formats?

Note:Formats are:Auto Hide Ribbon,Show Ribbon,Show Tabs and Commands.




Regards,
Ranjan VijayKumar.




1 Reply

SK Senthil Kumaran Rajan Syncfusion Team December 12, 2014 05:32 AM UTC

Hi Ranjan,

 

Thank you for using Syncfusion products,

 

The Ribbon Display Option can be shown in RibbonControlAdv by using the ShowRibbonDisplayOption property as shown in the following code snippets. We have prepared a sample for your reference and kindly have a look over it. If we have misunderstood your query, please provide some additional details about your requirement so that it will be helpful for us to analyze and provide you a prompt solution.

 

Code Snippet[C#]:

   private void button1_Click(object sender, EventArgs e)

        {

            this.ribbonControlAdv1.ShowRibbonDisplayOptionButton = true;

        }

 

Please let us know if you need further assistance,

 

Regards,

R.Senthil Kumaran.

Attachment: RibbonDisplay_2b84dc2.zip

Loader.
Live Chat Icon For mobile
Up arrow icon