CollectionBase<T>.RemoveChild(IOwnedElement) Method
In This Article
Removes the child element from this collection.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
element | DevExpress. |
An object implementing the IOwned |
See Also