ButtonField.InitializeCell Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise l'objet DataControlFieldCell spécifié à l'état de ligne spécifié.
public:
override void InitializeCell(System::Web::UI::WebControls::DataControlFieldCell ^ cell, System::Web::UI::WebControls::DataControlCellType cellType, System::Web::UI::WebControls::DataControlRowState rowState, int rowIndex);
public override void InitializeCell (System.Web.UI.WebControls.DataControlFieldCell cell, System.Web.UI.WebControls.DataControlCellType cellType, System.Web.UI.WebControls.DataControlRowState rowState, int rowIndex);
override this.InitializeCell : System.Web.UI.WebControls.DataControlFieldCell * System.Web.UI.WebControls.DataControlCellType * System.Web.UI.WebControls.DataControlRowState * int -> unit
Public Overrides Sub InitializeCell (cell As DataControlFieldCell, cellType As DataControlCellType, rowState As DataControlRowState, rowIndex As Integer)
Paramètres
- cell
- DataControlFieldCell
Objet DataControlFieldCell à initialiser.
- cellType
- DataControlCellType
Valeur DataControlCellType qui indique le type de ligne (en-tête, pied de page ou données).
- rowState
- DataControlRowState
Une des valeurs de l'objet DataControlRowState.
- rowIndex
- Int32
Index de base zéro de la ligne.
Remarques
La InitializeCell méthode crée le type de bouton spécifié par la ButtonType propriété et l’ajoute à la Controls collection de l’objet DataControlFieldCell . La CommandArgument propriété du Button contrôle est définie rowIndex
sur .