Back to Devexpress

Bar.UnMerge() Method

wpf-devexpress-dot-xpf-dot-bars-dot-bar-5afaae55.md

latest1.1 KB
Original Source

Bar.UnMerge() Method

Restores the layout of links for the current bar after other bars have been merged with it.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void UnMerge()
vb
Public Sub UnMerge

Remarks

Bars can be merged via the Bar.Merge method. Use this UnMerge method overload to restore the bar’s layout after the previous merge operation(s).

Implements

UnMerge()

See Also

Merge(Bar)

Bar Class

Bar Members

DevExpress.Xpf.Bars Namespace