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

HtmlEditorPlaceholderItem Class

An individual placeholder within the HtmlEditor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorPlaceholderItem :
    CollectionItem

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