ASPxCollapsiblePanel.RenderMode Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(RenderMode.Div)]
public RenderMode RenderMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Render |
Div | One of the Render |
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