TabbedLayoutGroupTabPageSettings.RenderMode Property
Obsolete. Gets or sets a value that specifies the render mode of the tabbed groups.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[Obsolete("The Lightweight render mode is used.", true)]
[DefaultValue(ControlRenderMode.Lightweight)]
public ControlRenderMode RenderMode { get; set; }
<Obsolete("The Lightweight render mode is used.", True)>
<DefaultValue(ControlRenderMode.Lightweight)>
Public Property RenderMode As ControlRenderMode
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
Feedback