Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

bool ArrangeIcons(
    BaseLayoutItem item
)

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