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

ToolbarListEditItemCollection.Add(ToolbarListEditItem) Method

Adds a specified item to the end of the collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public void Add(
    ToolbarListEditItem item
)

Parameters

Name Type Description
item ToolbarListEditItem

A ToolbarListEditItem object representing an item to be added.

Remarks

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

See Also