Returns whether the current tab is in LayoutMode

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static bool IsLayoutMode()
Visual Basic
Public Shared Function IsLayoutMode As Boolean

Return Value

true if the current tab is in layout mode; otherwise false

Remarks