Skip to main content
Tab

ColorEditItem Class

An individual item in the ASPxColorEdit control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ColorEditItem :
    CollectionItem

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

See Also