.NET Framework Class Library FormViewRow Constructor
Namespace:
System.Web.UI.WebControls
Assembly:
System.Web (in System.Web.dll)

Syntax
Public Sub New ( _
itemIndex As Integer, _
rowType As DataControlRowType, _
rowState As DataControlRowState _
)
public FormViewRow(
int itemIndex,
DataControlRowType rowType,
DataControlRowState rowState
)
public:
FormViewRow(
int itemIndex,
DataControlRowType rowType,
DataControlRowState rowState
)
new :
itemIndex:int *
rowType:DataControlRowType *
rowState:DataControlRowState -> FormViewRow

Remarks
Use this constructor to initialize a new instance of the FormViewRow class. The following table shows initial property values for an instance of the FormViewRow class. Property | Initial Value |
|---|
ItemIndex | The value specified by the itemIndex parameter. | RowType | The value specified by the rowType parameter. | RowState | The value specified by the rowState parameter. |

Version Information
.NET FrameworkSupported in: 4, 3.5, 3.0, 2.0

Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

See Also
|
Bibliothèque de classes .NET Framework FormViewRow, constructeur Initialise une nouvelle instance de la classe FormViewRow.
Espace de noms :
System.Web.UI.WebControls
Assembly :
System.Web (dans System.Web.dll)

Syntaxe
Public Sub New ( _
itemIndex As Integer, _
rowType As DataControlRowType, _
rowState As DataControlRowState _
)
public FormViewRow(
int itemIndex,
DataControlRowType rowType,
DataControlRowState rowState
)
public:
FormViewRow(
int itemIndex,
DataControlRowType rowType,
DataControlRowState rowState
)
new :
itemIndex:int *
rowType:DataControlRowType *
rowState:DataControlRowState -> FormViewRow

Notes
Utilisez ce constructeur pour initialiser une nouvelle instance de la classe FormViewRow. Le tableau suivant indique les valeurs de propriétés initiales d'une instance de la classe FormViewRow. Propriété | Valeur initiale |
|---|
ItemIndex | Valeur spécifiée par le paramètre itemIndex. | RowType | Valeur spécifiée par le paramètre rowType. | RowState | Valeur spécifiée par le paramètre rowState. |

Informations de version
.NET FrameworkPris en charge dans : 4, 3.5, 3.0, 2.0

Plateformes
Windows 7, Windows Vista SP1 ou ultérieur, Windows XP SP3, Windows XP SP2 Édition x64, Windows Server 2008 (installation minimale non prise en charge), Windows Server 2008 R2 (installation minimale prise en charge avec SP1 ou version ultérieure), Windows Server 2003 SP2
Le .NET Framework ne prend pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Voir aussi
|