HtmlEditorPlaceholderItem Class
An individual placeholder within the HtmlEditor.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class HtmlEditorPlaceholderItem :
CollectionItem
#Related API Members
The following members return HtmlEditorPlaceholderItem objects:
#Remarks
Instances of the HtmlEditorPlaceholderItem class are stored in the HtmlEditor’s ASPxHtmlEditor.Placeholders collection. Individual placeholders can be accessed using indexer notation.
The HtmlEditorPlaceholderItem class exposes the HtmlEditorPlaceholderItem.Value property to specify the placeholder value.