ColorEditItemCollection.AddRange(ICollection) Method
Adds a collection of items to the end of the ColorEditItemCollection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | ICollection | A ICollection object that is the collection of items to append to the collection. |
Remarks
Objects are appended to the collection in the same order they have in the added collection.
See Also