SeparatorItem Class
In This Article
A visual separator between neighboring items.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#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
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
DevExpress.Xpf.Docking.psvFrameworkElement
BaseLayoutItem
FixedItem
SeparatorItem
#Extension Methods
See Also