Gets or sets a value indicating whether the page is in on page edit mode.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public bool EditMode { get; set; }

Field Value

true if the page is in on page edit mode.]; otherwise, false.

See Also