BizFormComponentContext Class |
Namespace: Kentico.Forms.Web.Mvc
public class BizFormComponentContext : FormComponentContext
The BizFormComponentContext type exposes the following members.
Name | Description | |
---|---|---|
BizFormComponentContext |
Name | Description | |
---|---|---|
SaveBizFormItem |
An event raised upon saving the corresponding BizFormItem. The before and after phases can be used to perform
additional actions when saving the item.
|
Name | Description | |
---|---|---|
FormInfo |
Gets or sets the biz form.
| |
FormIsSubmittable |
Indicates whether the component is rendered in a context in which it can be submitted, or is intended just for viewing.
(Inherited from FormComponentContext.) |
Name | Description | |
---|---|---|
CopyTo(BizFormComponentContext) |
Copies values of this object into targetObject.
Does not copy SaveBizFormItem event handlers.
| |
CopyTo(FormComponentContext) |
Copies values of this object into targetObject.
(Inherited from FormComponentContext.) |