Is it possible to change the header of the Application Menu?
Could you please help me in that.
Thanks in Advance.
Rajini
Hi,
The Application Menu 2007 area where you have shown in your attached image does not allow for text to be displayed there, only images.
The new Application Menu 2010 that was released in the 10.3 release allows you to specify text in that area.
For more information on setting the caption for Application Menu 2010, please refer to the following sample:
http://labs.infragistics.com/silverlight/lobsamples/2010.3/#/Samples/xamRibbon/KeyFeatures/ApplicationMenu2010
For more information on the Application Menu 2010, please refer to the following documentation:
http://help.infragistics.com/NetAdvantage/Silverlight/2010.3/CLR4.0/?page=xamRibbon_Application_Menu_2010.html
- Pamela
I have attached the sample page wherein I have marked with red border in which I am trying to write some Text for e.g. File instead of the image given in the sample video of XamWebRibbon.
Thanks
Hi Rajini,
I'm not sure what exactly do you mean by "header of the Application Menu". You could change the header, displayed over the "Recent Items" by setting the RecentItemsHeader property of the ApplicationMenu:
igRibbon.ApplicationMenu.RecentItemsHeader = "My Custom Header";
Is this what you're looking for?
Regards,