Click or drag to resize
PageBuilderOptionsRegisterDefaultSection Property
Indicates if built-in default section should be registered.

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

Property Value

Type: Boolean
Remarks
If set to true then default section is registered.
See Also