Skip to main content
All docs
V25.1
  • ToolbarFormMergeEventArgs(ToolbarFormControl) Constructor

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

    Namespace: DevExpress.XtraBars.ToolbarForm

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public ToolbarFormMergeEventArgs(
        ToolbarFormControl mergedChild
    )

    Parameters

    Name Type Description
    mergedChild ToolbarFormControl

    An object that specifies the child form’s title bar.

    See Also