ToolbarColorButtonBase.Items Property
In This Article
Gets the collection of items displayed in a toolbar color button drop-down color table.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ColorEditItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Color |
A Color |
#Remarks
Use the Items property to access a collection of items displayed in a toolbar color button. An individual collection item is represented by the ColorEditItem object. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.
See Also