Click or drag to resize
BizFormComponentContext Class
Context for form components being rendered as a representation of a biz form.
Inheritance Hierarchy

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

The BizFormComponentContext type exposes the following members.

Constructors
  NameDescription
Public methodBizFormComponentContext
Top
Fields
  NameDescription
Public fieldSaveBizFormItem
An event raised upon saving the corresponding BizFormItem. The before and after phases can be used to perform additional actions when saving the item.
Top
Properties
  NameDescription
Public propertyFormInfo
Gets or sets the biz form.
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(BizFormComponentContext)
Copies values of this object into targetObject. Does not copy SaveBizFormItem event handlers.
Public methodCopyTo(FormComponentContext)
Copies values of this object into targetObject.
(Inherited from FormComponentContext.)
Top
See Also