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

ASPxHtmlEditor.SettingsPlaceholders Property

Provides access to the placeholders settings for the ASPxHtmlEditor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorPlaceholdersSettings SettingsPlaceholders { get; }

Property Value

Type Description
HtmlEditorPlaceholdersSettings

A HtmlEditorPlaceholdersSettings object that contains placeholders settings.

Remarks

By default, placeholders are surrounded with curly braces {}. The SettingsPlaceholders property provides access to the settings that are used to specify custom characters instead of default ones.

Use the ASPxHtmlEditor.Placeholders property to get the collection of placeholders available for end-users. To replace placeholders with the required values, use the client-side ASPxClientHtmlEditor.ReplacePlaceholders or server-side ASPxHtmlEditor.ReplacePlaceholders method.

See Also