Вопрос

I made a devexpress ribbon and have a ribbon page for dynamic controls which gets added by the end-user. I would like to know how to save it when the form closes, so the next time the user opens he/she will have the control. Since devexpress ribbon control doesn't have RibbonControl1.SaveLayoutToXml(), is it possibe to do it?

Это было полезно?

Решение

The only thing that you can save on a ribbon control is the Quick Launch items.

Другие советы

DevExpress has this functionality (at least in the current 13.2 version)

RibbonControl.SaveLayoutToXml and RibbonControl.RestoreLayoutFromXml

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top