OfficeNavigationBar.RemoveChild(Object) Method
In This Article
Removes the provided object from this FrameworkElement’s logical tree.
Namespace: DevExpress.Xpf.Navigation
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
child | Object | The element to remove. |
See Also