ControlRenderMode Enum
Specifies whether the control is rendered by using semantic or classic render mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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