Table of Contents

Class AnotherBoolFieldVisibilityCondition

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

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
object
AnotherBoolFieldVisibilityCondition
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

BoolFieldValueTypes

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.

See Also