Skip to main content

HtmlEditorSettings.Placeholders Property

Gets the collection of placeholders available in the HtmlEditor.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public HtmlEditorPlaceholderCollection Placeholders { get; }

Property Value

Type Description
HtmlEditorPlaceholderCollection

An HtmlEditorPlaceholderCollection object that is the collection of the placeholders.

Remarks

The HtmlEditor control allows end-users to add placeholders to the editor content. The placeholders can then be replaced with the required values.

Use the Placeholders property to access a collection of placeholders in the HtmlEditor. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.

See Also