Click or drag to resize
VisibilityConditionIsVisible Method
Gets a value indicating whether a form component is visible.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public abstract bool IsVisible()

Return Value

Type: Boolean
Returns true if the component is visible, otherwise false.
See Also