Skip to main content

GaugeDependencyObjectCollectionBase<T>.Add(T) Method

Appends the specified item to the current collection.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v23.2.dll

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public void Add(
    T item
)

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