Click or drag to resize
IPageBuilderDataContext Interface
Provides an interface for Page builder data context.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IPageBuilderDataContext

The IPageBuilderDataContext type exposes the following members.

Properties
  NameDescription
Public propertyConfiguration
Gets the page builder configuration.
Public propertyEditMode
Indicates if the page builder is in edit mode.
Public propertyOptions
Gets page builder options.
Top
See Also