ColorEditItem Class
An individual item in the ASPxColorEdit control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return ColorEditItem objects:
Remarks
The ColorEditItem class implements the functionality of an individual color edit item in the ASPxColorEdit control. Instances of the ColorEditItem class are maintained in the ASPxColorEdit.Items collection. Individual items can be accessed and manipulated (added or deleted) by using the ColorEditItemCollection class, exposed via the ASPxColorEdit.Items property.
Use the ColorEditItem.Color property of the ColorEditItem class to specify the color that is associated with the item.
Inheritance
Object
StateManager
CollectionItem
ColorEditItem
See Also