Class AnotherPropertyVisibilityCondition<TValue>
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
-
objectAnotherPropertyVisibilityCondition<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