Back to Devexpress

ColorEditItemCollection Class

aspnet-devexpress-dot-web-fee009ee.md

latest2.3 KB
Original Source

ColorEditItemCollection Class

A collection of ColorEditItem objects.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ColorEditItemCollection :
    Collection
vb
Public Class ColorEditItemCollection
    Inherits Collection

The following members return ColorEditItemCollection objects:

Remarks

The ColorEditItemCollection class manages a collection of ColorEditItem objects. The properties and methods exposed by the collection can be used to perform common collection operations, such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

The ColorEditItemCollection collection can be accessed via the ASPxColorEdit.Items property.

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection ColorEditItemCollection

See Also

ColorEditItemCollection Members

Color Editor

DevExpress.Web Namespace