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

GaugeDependencyObjectCollectionBase<T>.Add(T) Method

Appends the specified item to the current collection.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gauges, 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