Back to Devexpress

WindowsUIButtonPanel.Unmerge() Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-707b3358.md

latest1.6 KB
Original Source

WindowsUIButtonPanel.Unmerge() Method

Removes all WindowsUIButton merged to this WindowsUIButtonPanel.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void Unmerge()
vb
Public Sub 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

Merge(WindowsUIButtonPanel)

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace