Click or drag to resize
FormWidgetViewModel Class
Form widget view model
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.WidgetsFormWidgetViewModel

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

The FormWidgetViewModel type exposes the following members.

Constructors
  NameDescription
Public methodFormWidgetViewModel
Top
Properties
  NameDescription
Public propertyFormComponents
Form components of the currently selected form.
Public propertyFormConfiguration
Configuration of selected form.
Public propertyFormName
Name of the currently selected form.
Public propertyFormPrefix
Generated prefix for unique form field identifiers.
Public propertyIsFormSubmittable
Indicates whether the form widget can be submitted, or is intended just for viewing.
Public propertySiteForms
Forms belonging to the current site.
Public propertySubmitButtonImage
Image source of the submit button.
Public propertySubmitButtonText
Text of the submit button.
Top
See Also