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

RibbonColorButtonItemBase.Items Property

Gets the collection of items displayed in a ribbon color button drop-down color table.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ColorEditItemCollection Items { get; }

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 displayed in a ribbon 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