Table of Contents

Class AnotherPropertyVisibilityCondition<TValue>

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Visibility condition which indicates a dependency on another property where the property is specified by name.

[Obsolete("This API is only available for legacy Form Builder components that provide backward compatibility when transitioning from older versions. The API will be removed when support for the Form Builder compatibility mode is dropped.")]
public abstract class AnotherPropertyVisibilityCondition<TValue> : VisibilityCondition

Type Parameters

TValue

Dependee property value type.

Inheritance
object
AnotherPropertyVisibilityCondition<TValue>
Inherited Members
Extension Methods

Constructors

AnotherPropertyVisibilityCondition()

protected AnotherPropertyVisibilityCondition()

Properties

DependeePropertyName

Name of the property the condition depends on.

public string DependeePropertyName { get; set; }

Property Value

string

DependeePropertyValue

Gets strongly typed value of the property the condition depends on.

public TValue DependeePropertyValue { get; }

Property Value

TValue