Skip to main content

LayoutController Class

The object that provides methods to manage the layout of items.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

public class LayoutController :
    ILayoutController,
    IDisposable,
    IActiveItemOwner

#Remarks

Use the DockLayoutManager.LayoutController property to access a LayoutController object, which provides methods to customize the layout of items. These methods allow you to hide, restore, move layout items and access hidden items.

#Examples

#Inheritance

Object
LayoutController
See Also