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

ToolbarCustomCssListEditItemCollection.Add(ToolbarCustomCssListEditItem) Method

Adds a specified item to the end of the collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

public void Add(
    ToolbarCustomCssListEditItem item
)

Parameters

Name Type Description
item ToolbarCustomCssListEditItem

A ToolbarCustomCssListEditItem object representing an item to be added.

Remarks

Use the Add method to add a specified item to the end of the ToolbarCustomCssListEditItemCollection object.

See Also