Gets whether the module is Editable (in Admin mode)

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

Syntax

C#
public bool IsEditable { get; }
Visual Basic
Public ReadOnly Property IsEditable As Boolean
	Get

See Also