RibbonStatusBar.UnMerge Event
Allows you to perform any actions after another RibbonStatusBar object has been unmerged from the current RibbonStatusBar object.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Event Data
The UnMerge event's data class is DevExpress.XtraBars.Ribbon.RibbonStatusBarMergeEventArgs.
Remarks
The UnMerge event fires after the RibbonStatusBar.UnMergeStatusBar method has been called. See this topic for more information.
See Also