Click or drag to resize
PageBuilderFormComponentContext Class
Form component context for page builder.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormComponentContext
    Kentico.PageBuilder.Web.MvcPageBuilderFormComponentContext

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class PageBuilderFormComponentContext : FormComponentContext

The PageBuilderFormComponentContext type exposes the following members.

Constructors
  NameDescription
Public methodPageBuilderFormComponentContext
Top
Properties
  NameDescription
Public propertyFormIsSubmittable
Indicates whether the component is rendered in a context in which it can be submitted, or is intended just for viewing.
(Inherited from FormComponentContext.)
Public propertyPage
Page where Page builder is initialized.
Top
Methods
  NameDescription
Public methodCopyTo
Copies values of this object into targetObject.
(Inherited from FormComponentContext.)
Top
See Also