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.

public abstract class AnotherPropertyVisibilityCondition<TValue> : VisibilityCondition

Type Parameters

TValue

Dependee property value type.

Inheritance
object
AnotherPropertyVisibilityCondition<TValue>
Inherited Members
Extension Methods

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