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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
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