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

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

Parameters

ui
Type: CMS.ModulesUIElementInfo
UI element

Return Value

Type: Boolean
See Also