如何在 devexpress 中将 GridView 添加到 GridControl?
我有一个 GridControl,当我单击运行设计器时,它会在 Main 之前打开一个 GridView。如何为另一个GridControl制作相同的GridView?
I have one GridControl and when I click on run designer it opens a GridView before Main. How to make the same GridView for another GridControl?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
打开 GridView 的设计器,转到导航栏中的布局项并将布局保存到 Xml 文件。现在,您应该能够打开另一个 GridView 的设计器并加载此布局。
Open the GridView's designer, go to the Layout item in the navbar and save the Layout to an Xml file. Now, you should be able to open another GridView's Designer and load this layout.