Skip to main content

WindowsUIButtonPanel.Unmerge() Method

Removes all WindowsUIButton merged to this WindowsUIButtonPanel.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Unmerge()

Remarks

The Unmerge method is the opposite of the WindowsUIButtonPanel.Merge, which moves all WindowsUIButtons from the source panel to the target panel.

See Also