Skip to main content

ToolbarFormMergeEventArgs(ToolbarFormControl) Constructor

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

Namespace: DevExpress.XtraBars.ToolbarForm

Assembly: DevExpress.XtraBars.v23.2.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