CollectionBase<T>.AddChild(IOwnedElement) Method
In This Article
Adds a child element to the 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