BarItemLinkSeparator Class
In This Article
Represents a separator between item links.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
To create a separator between bar item links, you need to create a BarItemLinkSeparator object and add it to the ItemLinks collection of a container (a bar, popup menu, sub-menu, etc).
Note: Unlike regular bar item links, the BarItemLinkSeparator class does not have a matching bar item class.
#Inheritance
See Also