Click or drag to resize
RegisterFormComponentAttributeIsAvailableInFormBuilderEditor Property
Determines if the form component can be added via Form builder UI to a form. Set to false to allow the component to be used programmatically only. True by default.

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

Property Value

Type: Boolean
See Also