Skip to main content

ToolbarListEditItemCollection.Add(ToolbarListEditItem) Method

Adds a specified item to the end of the collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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