Click or drag to resize
SingleTableDefaultLayout Constructor
Default constructor.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public SingleTableDefaultLayout(
	BasicForm basicForm,
	Panel categoryListPanel
)

Parameters

basicForm
Type: CMS.FormControlsBasicForm
BasicForm with settings
categoryListPanel
Type: System.Web.UI.WebControlsPanel
Panel where categories will be placed
See Also