ScheduleGrid.GetBitmap List all of Image's name

Hi everyone !
I have an example of  create a ToolStripItem in Schedule control

ToolStripItem item = new ToolStripMenuItem("Delete Item", (Image)(ScheduleGrid.GetBitmap("Delete.png")), new EventHandler(deleteItemClick));

I want to know more Image's name such as "Delete.png". How can i find it ?

Thank you for reading and helping me !

Best Regard!

1 Reply

AR Arulpriya Ramalingam Syncfusion Team February 9, 2018 11:20 AM UTC

Hi Truong,  
  
Thanks for contacting Syncfusion support.  
  
We have analyzed the reported scenario at our end and the GetBitMap() method can be used to retrieve the images which are available in the resources file to add it for the context menu items. Please find the names of the images in the resources file for the corresponding menu item,  
  
Image for the toolstripitems:  
  
ToolStripMenuItem(_New_Item, "AddNew.png")  
ToolStripMenuItem(_Edit_Item,"Edit.png")  
ToolStripMenuItem(_Delete_Item, "Delete.png")  
ToolStripMenuItem(_Day,"Day.png")  
ToolStripMenuItem(_Work_Week, "Workweek.png")  
ToolStripMenuItem(_Week,"Week.png")  
ToolStripMenuItem(_Month, "Month.png")  
  
Please let us know, if you have any other queries.  
  
Regards,  
Arulpriya  


Loader.
Up arrow icon