Back to Devexpress

ColorEditItem Class

aspnet-devexpress-dot-web-cefdb407.md

latest2.4 KB
Original Source

ColorEditItem Class

An individual item in the ASPxColorEdit control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ColorEditItem :
    CollectionItem
vb
Public Class ColorEditItem
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem ColorEditItem

See Also

ColorEditItem Members

Color Editor

Color Editor Elements

Items

DevExpress.Web Namespace