Click or drag to resize
GridViewTemplate Constructor (ListItemType, UniGrid, Control)
Basic constructor.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public GridViewTemplate(
	ListItemType type,
	UniGrid uniGrid,
	Control control
)

Parameters

type
Type: System.Web.UI.WebControlsListItemType
uniGrid
Type: CMS.UIControlsUniGrid
control
Type: System.Web.UIControl
See Also