Click or drag to resize
FormComponentContext Class
Represents a base class for form components contexts.
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 abstract class FormComponentContext

The FormComponentContext type exposes the following members.

Constructors
  NameDescription
Protected methodFormComponentContext
Top
Properties
  NameDescription
Public propertyFormIsSubmittable
Indicates whether the component is rendered in a context in which it can be submitted, or is intended just for viewing.
Top
Methods
  NameDescription
Public methodCopyTo
Copies values of this object into targetObject.
Top
See Also