How do i add items to the dropdown? Theres no items/dropdownitems property...
I'm not sure what you mean by "other third party dlls". You don't have to buy any other controls.There are currently two ways to use the DropDownButton - you can use n UltraToolbarManager PopupMenu or a PopupControlContainer. The PopupControlContainer is in Misc, the same assembly. So this control does not require any other assemblies to work.
And the UltraToolbarsManager comes with NetAdvantage. It's not like you have to buy another product, it's all sold together in one package. What difference does it make that it's in a different assembly?
It would make no sense for us to duplicate the functionality of popup menus in two different assemblies - it would be an incredible waste of hard drive space. :)
This poses an issue for those of us who have the Misc.dll and want to use this control, but do not want to add any other dlls. I think there should have been an items collection. It seems odd to me to have a control which can not be used on its own, without the need for other third party dlls.
http://forums.infragistics.com/forums/p/3333/21262.aspx
The DropDownButton doesn't have any kind of list built-in. What drops down is determined by the PopupItem property.