Click or drag to resize
RegisterFormVisibilityConditionAttribute Class
Registers a form component visibility condition to Form builder.
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 sealed class RegisterFormVisibilityConditionAttribute : RegisterComponentAttribute

The RegisterFormVisibilityConditionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterFormVisibilityConditionAttribute
Initializes a new instance of the RegisterFormVisibilityConditionAttribute class.
Top
Properties
  NameDescription
Public propertyIdentifier
Unique identifier of the definition.
(Inherited from RegisterComponentAttribute.)
Public propertyMarkedType
Type of the registered component controller.
(Inherited from RegisterComponentAttribute.)
Public propertyName
Name of the registered component.
(Inherited from RegisterComponentAttribute.)
Top
Methods
  NameDescription
Public methodPreInit
Registers the visibility condition during application pre-initialization.
(Overrides RegisterComponentAttributePreInit.)
Top
See Also