Skip to main content

HtmlEditorPlaceholderCollection.Add(String) Method

Adds a new item to the collection and specifies the item’s value.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.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 HtmlEditorPlaceholderItem.Value property.

Returns

Type Description
HtmlEditorPlaceholderItem

An HtmlEditorPlaceholderItem object that is the newly created item.

Remarks

Use the Add method to add a new placeholder item with the specified value to the HtmlEditorPlaceholderCollection object.

See Also