Back to Devexpress

OfficeNavigationBar.AddChild(Object) Method

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

latest1.2 KB
Original Source

OfficeNavigationBar.AddChild(Object) Method

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

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Parameters

NameTypeDescription
childObject

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

|

See Also

RemoveChild(Object)

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.Xpf.Navigation Namespace