Gets whether the Inline Editor is enabled

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Remarks

Defaults to True

See Also