ASPxHtmlEditor.SettingsPlaceholders Property
In This Article
Provides access to the placeholders settings for the ASPxHtmlEditor.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorPlaceholdersSettings SettingsPlaceholders { get; }
#Property Value
Type | Description |
---|---|
Html |
A Html |
#Remarks
The following example illustrates how to specify custom characters for placeholders (Placeholders) instead of default curly braces {}:
<dx:ASPxHtmlEditor runat="server" ID="DemoHtmlEditor" >
<SettingsPlaceholders StartMark="[" EndMark="]" />
</dx:ASPxHtmlEditor>
See Also