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

OfficeNavigationBar.AddChild(Object) Method

Adds the provided object to the logical tree of this FrameworkElement.

Namespace: DevExpress.Xpf.Navigation

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public void AddChild(
    object child
)

Parameters

Name Type Description
child Object

Child element to be added to the logical tree of this FrameworkElement.

See Also