Skip to main content
Bar

BarItemLinkSeparator Class

Represents a separator between item links.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public class BarItemLinkSeparator :
    BarItemLink

#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.

See Also