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

TabbedLayoutGroupTabPageSettings.RenderMode Property

OBSOLETE

The Lightweight render mode is used.

Gets or sets a value that specifies the render mode of the tabbed groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("The Lightweight render mode is used.", true)]
[DefaultValue(ControlRenderMode.Lightweight)]
public ControlRenderMode RenderMode { get; set; }

Property Value

Type Default
ControlRenderMode **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.

Property Paths

You can access this nested property as listed below:

Object Type Path to RenderMode
CardViewTabbedLayoutGroup
.SettingsTabPages.RenderMode
GridTabbedLayoutGroup
.SettingsTabPages.RenderMode
GridViewTabbedLayoutGroup
.SettingsTabPages.RenderMode
MVCxCardViewTabbedLayoutGroup
.SettingsTabPages.RenderMode
MVCxGridViewTabbedLayoutGroup
.SettingsTabPages.RenderMode
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsTabPages.RenderMode
MVCxTabbedFormLayoutGroup
.SettingsTabPages.RenderMode
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsTabPages.RenderMode
TabbedLayoutGroup
.SettingsTabPages.RenderMode
See Also