DoctypeMode Enum
Lists values that specify the document type mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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