Skip to main content
All docs
V23.2

RibbonMergeEventArgs(RibbonControl) Constructor

Initializes a new instance of the RibbonMergeEventArgs class with specified settings.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonMergeEventArgs(
    RibbonControl mergedChild
)

Parameters

Name Type Description
mergedChild RibbonControl

A Ribbon control of the child MDI form.

See Also