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

IMDIController Members

In This Article
Provides methods to perform operations on MDI panels.

#Properties

Name Description
MDIMenuBar Gets the item’s MenuBar when the DocumentGroup’s MDIStyle property is MDI.

#Methods
Show Inherited Hide Inherited

Name Description
ArrangeIcons(BaseLayoutItem) Arranges the icons for minimized windows at the bottom of the main window.
Cascade(BaseLayoutItem) Displays the item or its children in a cascade.
ChangeMDIStyle(BaseLayoutItem) Changes the item’s MDIStyle property.
CreateCommand<T>(BaseLayoutItem[]) Creates the dock command for the specified items.
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
Maximize(BaseLayoutItem) Maximizes the document.
Maximize(DocumentPanel) Maximizes the document.
Minimize(BaseLayoutItem) Minimizes the document.
Minimize(DocumentPanel) Minimizes the document.
Restore(BaseLayoutItem) Restores the document to its previous state.
Restore(DocumentPanel) Restores the document to its previous state.
TileHorizontal(BaseLayoutItem) Arranges the item horizontally within the group.
TileVertical(BaseLayoutItem) Arranges the item vertically within the group.
See Also