CollectionBase<T>.RemoveChild(IOwnedElement) Method
In This Article
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. |
An object implementing the IOwned |
See Also