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

ASPxTabControlBase.RenderMode Property

OBSOLETE

The Lightweight render mode is used.

Gets or sets a value that specifies the render mode of the tab control elements.

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.

See Also