ToolbarFormMergeEventArgs.MergedChild Property
In This Article
Provides access to the child form’s title bar.
Namespace: DevExpress.XtraBars.ToolbarForm
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public ToolbarFormControl MergedChild { get; }
#Property Value
Type | Description |
---|---|
Toolbar |
An object that specifies the child form’s title bar. |
See Also