aspnet-devexpress-dot-web-cefdb407.md
An individual item in the ASPxColorEdit control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ColorEditItem :
CollectionItem
Public Class ColorEditItem
Inherits CollectionItem
The following members return ColorEditItem objects:
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.
Object StateManager CollectionItem ColorEditItem
See Also