aspnet-devexpress-dot-web-fee009ee.md
A collection of ColorEditItem objects.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ColorEditItemCollection :
Collection
Public Class ColorEditItemCollection
Inherits Collection
The following members return ColorEditItemCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection ColorEditItemCollection
See Also