Class AnotherPropertyVisibilityCondition<TValue>
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
TValueDependee property value type.
- Inheritance
-
objectAnotherPropertyVisibilityCondition<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