XPMenus

Can anybody tell me how to create a xpmenus-separator in code ? greetings, Yves

1 Reply

RP Ramesh Praveen Syncfusion Team July 7, 2003 07:16 PM UTC

Yves, You have to use the BeginGroupAt method of the Bar or ParentBarItem. Example: // This will insert a group beginner before the barItem1 in bar1 this.bar1.BeginGroupAt(this.barItem1); Regards, Praveen

Loader.
Up arrow icon