ASPxNavBar.RenderMode Property
OBSOLETE
The Lightweight render mode is used.
Gets or sets a value that specifies the render mode of the navigation bar elements.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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