Skip to main content
A newer version of this page is available. .

CollectionBase<T>.RemoveChild(IOwnedElement) Method

Removes the child element from this collection.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public void RemoveChild(
    IOwnedElement element
)

Parameters

Name Type Description
element DevExpress.WinUI.Charts.Internal.IOwnedElement

An object implementing the IOwnedElement interface.

See Also