Dominating
Dominating

Reputation: 2930

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?

Upvotes: 0

Views: 1222

Answers (1)

DevExpress Team
DevExpress Team

Reputation: 11366

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.

Upvotes: 2

Related Questions