Skip to main content

OfficeNavigationBar.AddChild(Object) Method

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

Namespace: DevExpress.Xpf.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

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