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
)
Public Sub New (
itemIndex As Integer,
dataSetIndex As Integer,
itemType As ListItemType
)
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