VisibilityConditionIsVisible Method |
Gets a value indicating whether a form component is visible.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax public abstract bool IsVisible()
Return Value
Type:
BooleanReturns true if the component is visible, otherwise false.
See Also