How to ad GridView to a GridControl in devexpress?
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?
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.
精彩评论