HtmlEditorPlaceholderCollection.Add(String) Method
In This Article
Adds a new item to the collection and specifies the item’s value.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorPlaceholderItem Add(
string value
)
#Parameters
Name | Type | Description |
---|---|---|
value | String | A String value specifying the item’s value. Initializes the item’s Html |
#Returns
Type | Description |
---|---|
Html |
An Html |
#Remarks
Use the Add method to add a new placeholder item with the specified value to the HtmlEditorPlaceholderCollection object.
See Also