Click or drag to resize
FilterFormControlWrapper Constructor
Constructor

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public FilterFormControlWrapper(
	IFilterControl filterCtrl
)

Parameters

filterCtrl
Type: CMS.FormControlsIFilterControl
Wrapped filter control
See Also