ASPxCollapsiblePanel.RenderMode Property
Gets or sets a value that specifies whether the panel is rendered using the div or table HTML element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| RenderMode | Div | One of the RenderMode enumeration values. |
Available values:
| 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. |
See Also