Skip to main content
A newer version of this page is available. .

HtmlEditorPlaceholderItem(String) Constructor

Initializes a new instance of the HtmlEditorPlaceholderItem class with the specified value.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorPlaceholderItem(
    string value
)

Parameters

Name Type Description
value String

A String that specifies the item display value. This value is assigned to the HtmlEditorPlaceholderItem.Value property.

See Also