WindowsUIButtonPanel.Unmerge() Method
Removes all WindowsUIButton merged to this WindowsUIButtonPanel.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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