HtmlEditorPlaceholderItem(String) Constructor
Initializes a new instance of the HtmlEditorPlaceholderItem class with the specified value.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
Declaration
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