Back to Devexpress

DoctypeMode Enum

aspnet-devexpress-dot-web-2f707da2.md

latest977 B
Original Source

DoctypeMode Enum

Lists values that specify the document type mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum DoctypeMode
vb
Public Enum DoctypeMode

Members

NameDescription
Xhtml

DevExpress controls are rendered according to the Xhtml document type.

| | Html5 |

DevExpress controls are rendered according to the Html5 document type.

|

The following properties accept/return DoctypeMode values:

See Also

DevExpress.Web Namespace