Skip to main content
A newer version of this page is available. .
Tab

ColorEditItem Class

An individual item in the ASPxColorEdit control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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