Back to Devexpress

RibbonControl.BeforeUnMerge Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-349a4458.md

latest1.7 KB
Original Source

RibbonControl.BeforeUnMerge Event

Raises before this RibbonControl is unmerged and allows you to react to this upcoming change.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Merge")]
public event RibbonMergeEventHandler BeforeUnMerge
vb
<DXCategory("Merge")>
Public Event BeforeUnMerge As RibbonMergeEventHandler

Event Data

The BeforeUnMerge event's data class is RibbonMergeEventArgs. The following properties provide information specific to this event:

PropertyDescription
MergedChildA Ribbon control of the child MDI form.
MergeOwnerA Ribbon control of the parent MDI form.

Remarks

See the Ribbon Merging article to learn more.

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace