DevExpress.XtraTabbedMdi Namespace
Contains the classes that maintain the XtraTabbedMdi component’s infrastructure.
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Classes
| Name | Description |
|---|---|
| MdiTabPageEventArgs | Provides data for the XtraTabbedMdiManager.PageAdded and XtraTabbedMdiManager.PageRemoved events. |
| SetNextMdiChildEventArgs | Provides data for the XtraTabbedMdiManager.SetNextMdiChild event. |
| XtraMdiTabPage | A tab page that represents an MDI child form. |
| XtraMdiTabPageCollection | Represents a tabbed MDI manager’s page collection. |
| XtraTabbedMdiManager | The component that displays MDI child forms as tabs and provides basic form management features. To create an advanced tabbed UI, use the DocumentManager component instead. |
Delegates
| Name | Description |
|---|---|
| MdiTabPageEventHandler | Represents a method that will handle the XtraTabbedMdiManager.PageAdded and XtraTabbedMdiManager.PageRemoved events. |
| SetNextMdiChildEventHandler | Represents a method that will handle the XtraTabbedMdiManager.SetNextMdiChild event. |
Enums
| Name | Description |
|---|---|
| CloseTabOnMiddleClick | Lists values that specify if and when tabs will be closed on a mouse middle button click. |
| FloatPageDragMode | Contains values that specify how pages are dragged outside the XtraTabbedMdiManager‘s tab region. |
| SetNextMdiChildMode | Lists the values that specify the order in which pages are cycled. |