Back to Devexpress

ControlRenderMode Enum

aspnet-devexpress-dot-web-34a63d60.md

latest875 B
Original Source

ControlRenderMode Enum

Specifies whether the control is rendered by using semantic or classic render mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ControlRenderMode
vb
Public Enum ControlRenderMode

Members

NameDescription
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

DevExpress.Web Namespace