Skip to main content

OfficeNavigationBar.RemoveChild(Object) Method

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

Namespace: DevExpress.Xpf.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public void RemoveChild(
    object child
)

Parameters

Name Type Description
child Object

The element to remove.

See Also