Skip to main content

LayoutSplitter Class

Provides runtime item resizing.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public class LayoutSplitter :
    FixedItem

#Remarks

To add a Layout Splitter to your application, place a new instance of the LayoutSplitter class into the DockLayoutManager.Items collection.

The following animation demonstrates layout resizing at runtime via the LayoutSplitter object.

DXDocking LayoutSplitter Animation

#Inheritance

See Also