Can we add icon to right-click context menus' left side? If yes, how?
Kind regards,
Mehmet.
2 Answers, 1 is accepted
0
Accepted
Stefan
Telerik team
answered on 23 Nov 2015, 07:54 AM
Hello Mehmed,
Thank you for writing.
The images in the left column are part of the menu items - each menu item can have its own image. These images are being assigned to the Image property of the RadMenuItem:
RadMenuItem item = new RadMenuItem();
item.Text = "some text";
item.Image = myImage;
contextMenu.Items.Add(item);
I hope that you find this information useful. Should you have any other questions, do not hesitate to contact us.
Regards,
Stefan
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items