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

SettingsConfigurationSection.DoctypeMode Property

Gets or sets the value of the Document Type Mode configuration option.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public DoctypeMode DoctypeMode { get; set; }

Property Value

Type Description
DoctypeMode

One of the DoctypeMode enumeration values.

Available values:

Name Description
Xhtml

DevExpress controls are rendered according to the Xhtml document type.

Html5

DevExpress controls are rendered according to the Html5 document type.

See Also