Click or drag to resize
AbstractDefaultLayout Constructor
Constructor for the class.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected AbstractDefaultLayout(
	BasicForm basicForm,
	Panel categoryListPanel
)

Parameters

basicForm
Type: CMS.FormEngine.Web.UIBasicForm
Reference to BasicForm
categoryListPanel
Type: System.Web.UI.WebControlsPanel
Panel where category list will be placed
See Also