Skip to main content
A newer version of this page is available. .

ToolbarFormMergeEventArgs.MergedChild Property

Provides access to the child form’s title bar.

Namespace: DevExpress.XtraBars.ToolbarForm

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public ToolbarFormControl MergedChild { get; }

Property Value

Type Description
ToolbarFormControl

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

See Also