RealSteel
RealSteel

Reputation: 1941

MasterPage Concept in Winforms DevExpress?

Actually,I am new to Winforms. Is there any thing like MasterPage Concept in Winforms DevExpress ? Is this Possible through InheritedForms?

Upvotes: 0

Views: 212

Answers (1)

E.T.
E.T.

Reputation: 944

Yes. It is possible in Winforms although it has nothing to do with Devex.

What you can do is create a form and call it MasterForm and then every additional form you create - can inherit from it.

Check out this link Inherited Forms for more info and examples :)

Upvotes: 1

Related Questions