SettingsConfigurationSection.DoctypeMode Property
In This Article
Gets or sets the value of the Document Type Mode configuration option.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DoctypeMode DoctypeMode { get; set; }
#Property Value
Type | Description |
---|---|
Doctype |
One of the Doctype |
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