Click or drag to resize
AnotherPropertyVisibilityConditionTValue Class
Visibility condition which indicates a dependency on another property where the property is specified by name.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcVisibilityCondition
    Kentico.Forms.Web.MvcAnotherPropertyVisibilityConditionTValue

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public abstract class AnotherPropertyVisibilityCondition<TValue> : VisibilityCondition

Type Parameters

TValue
Dependee property value type.

The AnotherPropertyVisibilityConditionTValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDependeePropertyName
Public propertyDependeePropertyValue
Gets strongly typed value of the property the condition depends on.
Top
Methods
  NameDescription
Public methodIsVisible
Gets a value indicating whether a form component is visible.
(Inherited from VisibilityCondition.)
Public methodModifyMetadata
Modifies modelMetadata according to the current object.
(Inherited from VisibilityCondition.)
Top
See Also