Skip to main content
Tab

ColorEditItemCollection.AddRange(ICollection) Method

Adds a collection of items to the end of the ColorEditItemCollection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void AddRange(
    ICollection collection
)

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