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: 6.0.530.0

Syntax

C#
public bool EditMode { get; set; }

Field Value

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

See Also