Click or drag to resize
VisibilityConditionDefinition Class
Definition of a registered form component visibility condition.
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 class VisibilityConditionDefinition : ComponentDefinitionBase, 
	IFormBuilderDefinition

The VisibilityConditionDefinition type exposes the following members.

Constructors
  NameDescription
Public methodVisibilityConditionDefinition
Initializes a new instance of the VisibilityConditionDefinition class using given identifier, form component visibility condition type and name.
Top
Properties
  NameDescription
Public propertyIdentifier
Unique identifier of the component definition.
(Inherited from ComponentDefinitionBase.)
Public propertyName
Name of the registered component.
(Inherited from ComponentDefinitionBase.)
Public propertyVisibilityConditionType
Gets the type of the form component visibility condition. The type inherits VisibilityCondition.
Top
See Also