Click or drag to resize
PropertiesPanelUpdatedProperties Property
Gets or sets collection of key-value pairs representing FormComponentProperties property name with it's value.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public Dictionary<string, Object> UpdatedProperties { get; set; }

Property Value

Type: DictionaryString, Object
See Also