Click or drag to resize

ListFilterOptGroup Constructor (String, ListFilterOptionCollection, Boolean)

Initializes a new instance of the ListFilterOptGroup class

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public ListFilterOptGroup(
	string label,
	ListFilterOptionCollection options,
	bool doTranslate
)

Parameters

label
Type: SystemString
options
Type: Dynamicweb.ControlsListFilterOptionCollection
doTranslate
Type: SystemBoolean
See Also