aspnet-devexpress-dot-web-dot-aspxhtmleditor-2c04e935.md
An individual placeholder within the HtmlEditor.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public class HtmlEditorPlaceholderItem :
CollectionItem
Public Class HtmlEditorPlaceholderItem
Inherits CollectionItem
The following members return HtmlEditorPlaceholderItem objects:
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.
Object StateManager CollectionItem HtmlEditorPlaceholderItem
See Also