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