Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.XtraTabbedMdi Namespace

In This Article

Contains the classes that maintain the XtraTabbedMdi component’s infrastructure.

Assembly: DevExpress.XtraBars.v24.2.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.