PagerSettingsEx.RenderMode Property
In This Article
OBSOLETE
The Lightweight render mode is used.
Gets or sets a value that specifies the render mode of the pager elements.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ControlRenderMode.Lightweight)]
[Obsolete("The Lightweight render mode is used.", true)]
public virtual ControlRenderMode RenderMode { get; set; }
#Property Value
Type | Default |
---|---|
Control |
Lightweight |
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