Skip to main content
Tab

ControlRenderMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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