ColorEditProperties.Items Property
Gets the collection of items displayed within the default color section of the color table.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ColorEditItemCollection | A ColorEditItemCollection instance that is the collection of items. |
Remarks
Use the Items property to access a collection of items represented by the ColorEditItem objects within the color editor. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.
Note
The Items property synchronizes its value with the editor’s ASPxColorEdit.Items property.
See Also