Skip to main content
Tab

DoctypeMode Enum

Lists values that specify the document type mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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:

See Also