GaugeDependencyObjectCollectionBase<T>.Add(T) Method
Appends the specified item to the current collection.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | T | An object to append to the collection. |
Remarks
This method adds a new item to the end of the collection.
See Also