如何在 WinForms 上隐藏 devexpress RibbonControl 栏项目
我想隐藏 DevExpress RibbonControl 栏项(我知道如何隐藏页面,但不知道如何隐藏pageGroup 和 items)基于用户的标准。然而,我觉得找到合适的财产来做到这一点。我恳请您伸出援手。
谢谢
I want to hide the DevExpress RibbonControl bar items (i know how to hide the page but not the pageGroup and items) based on user's criteria. However, i felt to find the right property to do that. I'm kindly asking for your helping hand.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请使用 BarItem.Visibility 和 RibbonPageGroup.Visible 属性:
Please use the BarItem.Visibility and RibbonPageGroup.Visible properties:
http://www.codeproject .com/Questions/266816/如何使用-code-in-Devexp折叠展开功能区
http://www.codeproject.com/Questions/266816/How-to-collapse-expand-ribbon-using-code-in-Devexp