Skip to main content

GaugeDependencyObjectCollectionBase<T>.Clear() Method

Removes all items from the collection.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

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