ColorEditItemCollection Class
A collection of ColorEditItem objects.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
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.
Inheritance
Object
StateManagedCollectionBase
Collection
ColorEditItemCollection
See Also