Skip to main content
Tab

ColorEditItemCollection.Add(ColorEditItem) Method

Adds the specified item to the collection

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    ColorEditItem item
)

Parameters

Name Type Description
item ColorEditItem

A ColorEditItem object that is the item to add to the collection.

See Also