ToolbarListEditItemCollection.Add(String, Object) Method
In This Article
Creates a new item with the specified settings and adds it to the collection.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ToolbarListEditItem Add(
string text,
object value
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that specifies the item’s text. Initializes the List |
value | Object | An object that represents the item’s value. This value is assigned to the List |
#Returns
Type | Description |
---|---|
Toolbar |
A Toolbar |
#Remarks
Use the Add method to add a new item with the specified settings to the end of the ToolbarListEditItemCollection object.
See Also