ToolbarListEditItemCollection.Add(ToolbarListEditItem) Method
Adds a specified item to the end of the collection.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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