HtmlEditorPlaceholderItem Class
An individual placeholder within the HtmlEditor.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
Inheritance
Object
StateManager
CollectionItem
HtmlEditorPlaceholderItem
See Also