I need to add a separator with text as attached screen in Popupcontainecontrol. I have customised menu items in my popupcontainer control, I need group the menu items and show under the separator (like office 2010 Recent and Pinned items)
The PopupControlContainerTool allows you to put any Control in it. It cannot control the contents of that Control, so even if the UltraToolbarsManager did have a way of adding menu items separators like this, you wouldn't be able to use them in a PopupControlContainerTool. However, if you are using a PopupMenuTool instead, separators like this are not currently supported. You can only add a separator without text by setting InstanceProps.IsFirstInGroup on the next tool. You can submit a feature request for a separator with text.