Click or drag to resize
PageBuilderDataContextEditMode Property
Indicates if the page builder is in edit mode.

Namespace: Kentico.PageBuilder.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public bool EditMode { get; set; }

Property Value

Type: Boolean

Implements

IPageBuilderDataContextEditMode
See Also