Click or drag to resize
UIContextHelperCheckElementVisibilityCondition Method
Checks visibility condition of the UI element given.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static bool CheckElementVisibilityCondition(
	UIElementInfo ui
)

Parameters

ui
Type: CMS.ModulesUIElementInfo
UI element whose visibility condition to evaluate.

Return Value

Type: Boolean
Returns true if UI element's visibility condition evaluates to true or no condition is specified, false otherwise.
See Also