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

GaugeDependencyObjectCollectionBase<T>.Clear() Method

Removes all items from the collection.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

public void Clear()

Remarks

Use the Clear method to simultaneously remove all items from the collection or the GaugeDependencyObjectCollectionBase<T>.Remove and GaugeDependencyObjectCollectionBase<T>.RemoveAt methods to exclude an individual item from the collection.

See Also