Click or drag to resize

BndDataGridItem Constructor

Constructor.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public BndDataGridItem(
	int itemIndex,
	int dataSetIndex,
	ListItemType itemType
)

Parameters

itemIndex
Type: SystemInt32
Passed through to base class.
dataSetIndex
Type: SystemInt32
Passed through to base class.
itemType
Type: System.Web.UI.WebControlsListItemType
Passed through to base class.
See Also