Click or drag to resize
FormComponentContextFormIsSubmittable Property
Indicates whether the component is rendered in a context in which it can be submitted, or is intended just for viewing.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public bool FormIsSubmittable { get; set; }

Property Value

Type: Boolean
See Also