Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(RenderMode.Div)]
public RenderMode RenderMode { get; set; }

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