NotifyingCollection<T>.RemoveRange(T[]) Method
Removes the specified items from the collection.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | T[] | An array that contains zero or more T objects to remove from the collection. |
See Also