Back to Devexpress

HtmlEditorPlaceholderItem Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-2c04e935.md

latest2.0 KB
Original Source

HtmlEditorPlaceholderItem Class

An individual placeholder within the HtmlEditor.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorPlaceholderItem :
    CollectionItem
vb
Public Class HtmlEditorPlaceholderItem
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem HtmlEditorPlaceholderItem

See Also

HtmlEditorPlaceholderItem Members

DevExpress.Web.ASPxHtmlEditor Namespace