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

OfficeNavigationBar.RemoveChild(Object) Method

Removes the provided object from this FrameworkElement’s logical tree.

Namespace: DevExpress.Xpf.Navigation

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

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

Declaration

public void RemoveChild(
    object child
)

Parameters

Name Type Description
child Object

The element to remove.

See Also