Skip to main content
A newer version of this page is available. .
Tab

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

public enum ControlRenderMode

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