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

SeparatorItem Class

A visual separator between neighboring items.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public class SeparatorItem :
    FixedItem

Remarks

A SeparatorItem is a line that detaches neighboring UI elements in order to create sub-groups and improve visual perception. To add a Separator Item via code, place a new instance of the SeparatorItem class into the DockLayoutManager.Items collection.

Inheritance

Show 11 items
See Also