Click or drag to resize
UIContextHelperElementIsLayout Method
Indicates if UI element contains template with IsLayout checked.

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 ElementIsLayout(
	UIElementInfo ui,
	bool defaultValue = false
)

Parameters

ui
Type: CMS.ModulesUIElementInfo
UI element to check
defaultValue (Optional)
Type: SystemBoolean
Return default value, if element is not found or does not contain template

Return Value

Type: Boolean
See Also