Back to Devexpress

OfficeNavigationBar.RemoveChild(Object) Method

wpf-devexpress-dot-xpf-dot-navigation-dot-officenavigationbar-dot-removechild-x28-system-dot-object-x29.md

latest1.2 KB
Original Source

OfficeNavigationBar.RemoveChild(Object) Method

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

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public void RemoveChild(
    object child
)
vb
Public Sub RemoveChild(
    child As Object
)

Parameters

NameTypeDescription
childObject

The element to remove.

|

See Also

AddChild(Object)

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.Xpf.Navigation Namespace