SettingsConfigurationSection.DoctypeMode Property
Gets or sets the value of the Document Type Mode configuration option.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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