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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected GridViewTemplate(
	ListItemType type,
	UniGrid uniGrid
)

Parameters

type
Type: System.Web.UI.WebControlsListItemType
Type of item
uniGrid
Type: CMS.UIControlsUniGrid
Parent grid control
See Also