RenderMode Enum
Specifies whether a panel control is rendered using the div or table HTML element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Div
|
Specifies that the panel is rendered using the div element as a container. |
Table
|
Specifies that the panel is rendered using the table element as a container. |
Related API Members
The following properties accept/return RenderMode values:
Remarks
Values listed by this enumerator are used to set the ASPxCollapsiblePanel.RenderMode property’s value.
See Also