Add DatetimePicker to RibbonControlAdv MenuDropDown

Is it possible to add a DateTimePicker to the RibbonControlAdv MenuDropDown perhaps on the SystemPanel?


1 Reply

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


Loader.
Up arrow icon