문제

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