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