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.

public abstract class VisibilityCondition
Inheritance
object
VisibilityCondition
Derived
Extension Methods

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