A newer version of this page is available.
Switch to the current version.
ControlRenderMode Enum
Specifies whether the control is rendered by using semantic or classic render mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
Members
Name | Description |
---|---|
Classic | Specifies that the control is rendered using the table elements. |
Lightweight | Specifies that the control is rendered using the div, ul, li and span elements. |
See Also
Feedback