Skip to main content
A newer version of this page is available. .

WindowsUIButtonPanel.Unmerge() Method

Removes all WindowsUIButton merged to this WindowsUIButtonPanel.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v18.2.dll

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 this link to learn more.

See Also