Skip to main content
A newer version of this page is available. .
Tab

RenderMode Enum

Specifies whether a panel control is rendered using the div or table HTML element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum RenderMode

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