DetailsView.RowsGenerator Propriété
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.
Obtient ou définit un objet qui implémente l'interface IAutoFieldGenerator afin de renseigner automatiquement des lignes dans la vue.
public:
property System::Web::UI::IAutoFieldGenerator ^ RowsGenerator { System::Web::UI::IAutoFieldGenerator ^ get(); void set(System::Web::UI::IAutoFieldGenerator ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.IAutoFieldGenerator RowsGenerator { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.RowsGenerator : System.Web.UI.IAutoFieldGenerator with get, set
Public Property RowsGenerator As IAutoFieldGenerator
Valeur de propriété
Objet qui implémente l'interface IAutoFieldGenerator.
- Attributs