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

RenderHelper.RenderMode Property

OBSOLETE

The Lightweight render mode is used. Do not use this property any more.

This property is now obsolete. The Lightweight render mode is always used (see ControlRenderMode).

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

[Obsolete("The Lightweight render mode is used. Do not use this property any more.")]
public static ControlRenderMode RenderMode { get; set; }

Property Value

Type
ControlRenderMode

Available values:

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