i just wanted to ask if it is possible to insert form inside xtratabcontrol like the image attach…,
How to insert a form inside a tab of XtraTabControl
Answers approved by DevExpress Support
Hello Jeffrey,
You can place an XtraUserControl inside the XtraTabControl 's tab.
If you wish to implement a tabbed view using forms, you can use one of the following approaches:
-
Use the
Document Manager
component with a Tabbed View. The Tabbed View displays Documents as tabs.
See the How to: Enable Tabbed UI in Document Manager example to learn more. -
Use the XtraTabbedMdiManager. This component manages MDI child forms on the parent main form. It organizes these forms as tab pages to allow the tabbed MDI manager to control the child forms; the parent form should be assigned to the manager's MdiParent property.
Should you have additional questions, feel free to contact me.