Click or drag to resize
PropertiesPanelComponentContext Class
Context for form components being rendered in the properties panel of the Form builder application.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormComponentContext
    Kentico.Forms.Web.MvcPropertiesPanelComponentContext

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class PropertiesPanelComponentContext : FormComponentContext

The PropertiesPanelComponentContext type exposes the following members.

Constructors
  NameDescription
Public methodPropertiesPanelComponentContext
Top
Properties
  NameDescription
Public propertyBizFormInfo
Gets or sets the biz form.
Public propertyFieldName
Gets or sets the name of the form field the properties panel is rendered for.
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.)
Top
Methods
  NameDescription
Public methodCopyTo
Copies values of this object into targetObject.
(Inherited from FormComponentContext.)
Top
See Also