Class AnotherBoolFieldVisibilityCondition
Form component visibility condition specifying dependency on another field of boolean type whose value is equal to the ExpectedValue.
public class AnotherBoolFieldVisibilityCondition : AnotherFieldVisibilityCondition<bool?>
- Inheritance
-
objectAnotherBoolFieldVisibilityCondition
- Inherited Members
- Extension Methods
Properties
ExpectedValue
Expected value of the boolean field.
[EditingComponent("Kentico.BoolFieldValueTypeSelector", Label = "", Order = -100)]
public BoolFieldValueTypes ExpectedValue { get; set; }
Property Value
Methods
IsVisible()
Gets a value indicating whether a form component is visible.
public override bool IsVisible()
Returns
- bool
Returns true if DependeeFieldValue is equal to the expected value.