Is it possible to change the header of the Application Menu?
Could you please help me in that.
Thanks in Advance.
Rajini
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,
Hi,
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