AD
Administrator
Syncfusion Team
February 5, 2009 08:53 AM UTC
Hi ,
Thank you for using Syncfusion products.
Add DatetimePicker to RibbonControlAdv MenuDropDown
Please use the codesnippet below to add DatetimePicker in the MenuDropDown on the SystemPanel.
[C#]
this.toolStripDropDown1.Items.Add(new ToolStripControlHost(this.dateTimePicker1));
// toolStripDropDownButton1 in SystemPanel this.toolStripDropDownButton1.DropDown = this.toolStripDropDown1;
Please let me know if this helps you.
Regards,
Jaya