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

DoctypeMode Enum

Lists values that specify the document type mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum DoctypeMode

Members

Name Description
Xhtml

DevExpress controls are rendered according to the Xhtml document type.

Html5

DevExpress controls are rendered according to the Html5 document type.

Related API Members

The following properties accept/return DoctypeMode values:

Remarks

The values listed by this enumeration are used to set the SettingsConfigurationSection.DoctypeMode attribute.

See Also