IMDIController.ArrangeIcons(BaseLayoutItem) Method
Arranges the icons for minimized windows at the bottom of the main window.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | BaseLayoutItem | A BaseLayoutItem object to be arranged. |
Returns
Type | Description |
---|---|
Boolean | true, if the item is successfully arranged; otherwise, false. |
See Also