Gets and sets whether the control uses Divs or Tables

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public EditorDisplayMode EditorDisplayMode { get; set; }
Visual Basic
Public Property EditorDisplayMode As EditorDisplayMode
	Get
	Set

Field Value

An EditorDisplayMode enum

See Also