Gets or sets the Design Mode of the Column

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

Syntax

C#
public bool DesignMode { get; set; }
Visual Basic
Public Property DesignMode As Boolean
	Get
	Set

Field Value

A Boolean

See Also