Table of Contents

Class VisibilityCondition

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

Represents a base class for a form component visibility condition.

[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 VisibilityCondition
Inheritance
object
VisibilityCondition
Derived
Extension Methods

Constructors

VisibilityCondition()

protected VisibilityCondition()

Methods

IsVisible()

Gets a value indicating whether a form component is visible.

public abstract bool IsVisible()

Returns

bool

Returns true if the component is visible, otherwise false.

See Also