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.v20.2.dll

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