Click or drag to resize
VisibilityConditionDefinition Class
Definition of a registered form component visibility condition.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.MvcComponentDefinitionBase
    Kentico.Forms.Web.MvcVisibilityConditionDefinition

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class VisibilityConditionDefinition : ComponentDefinitionBase, 
	IFormBuilderDefinition, IComponentDefinition

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