CollectionBase<T>.RemoveChild(IOwnedElement) Method
Removes the child element from this collection.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| element | DevExpress.UI.Xaml.Charts.Native.IOwnedElement | An object implementing the IOwnedElement interface. |
See Also