Click or drag to resize

EditableListDialogLayoutCreateFieldSetChildControls Method

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected void CreateFieldSetChildControls(
	Control parent,
	IEnumerable<EditableListColumn> columns
)

Parameters

parent
Type: System.Web.UIControl
columns
Type: System.Collections.GenericIEnumerableEditableListColumn
See Also