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

AllowedDocumentType Enum

Lists values that specify allowed document types for the ASPxHtmlEditor control.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public enum AllowedDocumentType

Members

Name Description
XHTML

Only the XHTML 1.0 Transitional document type is allowed.

HTML5

Only the HTML 5 document type is allowed.

Both

Both the XHTML 1.0 Transitional and HTML 5 document types are allowed.

Related API Members

The following properties accept/return AllowedDocumentType values:

Remarks

The AllowedDocumentType type enumerates the possible values for the HtmlEditorHtmlEditingSettings.AllowedDocumentType property.

See Also