OfficeNavigationBar.AddChild(Object) Method
Adds the provided object to the logical tree of this FrameworkElement.
Namespace: DevExpress.Xpf.Navigation
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
child | Object | Child element to be added to the logical tree of this FrameworkElement. |
See Also