Click or drag to resize

EditableListDialogFieldsetLayoutAddFieldset Method

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public void AddFieldset(
	string title,
	string cssClass,
	int colIndex,
	params EditableListColumn[] cols
)

Parameters

title
Type: SystemString
cssClass
Type: SystemString
colIndex
Type: SystemInt32
cols
Type: Dynamicweb.ControlsEditableListColumn
See Also