Back to Devexpress

RenderMode Enum

aspnet-devexpress-dot-web-5974ef8e.md

latest1.2 KB
Original Source

RenderMode Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum RenderMode
vb
Public Enum RenderMode

Members

NameDescription
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.

|

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

Panel

DevExpress.Web Namespace