Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.Wpf.Docking

    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