Click or drag to resize
PropertiesPanel Class
View model for rendering a properties panel of a FormComponent.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcPropertiesPanel

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

The PropertiesPanel type exposes the following members.

Constructors
  NameDescription
Public methodPropertiesPanel
Top
Properties
  NameDescription
Public propertyFormFieldName
Gets or sets the name of currently edited form field.
Public propertyFormId
Gets or sets identifier of the currently edited BizFormInfo.
Public propertyInstanceIdentifier
Public propertyNotifyFormBuilder
Decides whether Form builder should be notified about properties validation.
Public propertyPropertiesFormComponents
Public propertyTypeIdentifier
Public propertyUpdatedProperties
Gets or sets collection of key-value pairs representing FormComponentProperties property name with it's value.
Top
See Also