Back to Devexpress

HtmlEditorHtmlEditingSettings.AllowFormElements Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-htmleditorhtmleditingsettings-05c0a1fa.md

latest1.8 KB
Original Source

HtmlEditorHtmlEditingSettings.AllowFormElements Property

Gets or sets a value that specifies whether the editor’s HTML markup can contain form elements, such as ‘form’, ‘input’, ‘select’, etc.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool AllowFormElements { get; set; }
vb
<DefaultValue(False)>
Public Property AllowFormElements As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if form elements are allowed within the editor’s content; false if form elements are automatically removed from the editor’s HTML markup.

|

See Also

HTML Validation Parameters

HTML Validation

HTML Editor

HtmlEditorHtmlEditingSettings Class

HtmlEditorHtmlEditingSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace