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