Skip to main content
Tab

ColorEditItemCollection Class

A collection of ColorEditItem objects.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ColorEditItemCollection :
    Collection

The following members return ColorEditItemCollection objects:

Remarks

The ColorEditItemCollection class manages a collection of ColorEditItem objects. The properties and methods exposed by the collection can be used to perform common collection operations, such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

The ColorEditItemCollection collection can be accessed via the ASPxColorEdit.Items property.

Implements

DevExpress.Utils.IAssignableCollection

Inheritance

See Also