Click or drag to resize
GridItem Constructor

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public GridItem(
	GridTableView ownerTableView,
	int itemIndex,
	int dataSetIndex,
	GridItemType itemType
)

Parameters

ownerTableView
Type: Kettic.AspNet.ControlsGridTableView
itemIndex
Type: SystemInt32
dataSetIndex
Type: SystemInt32
itemType
Type: Kettic.AspNet.ControlsGridItemType
See Also