DataGridColumn.Owner 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 le contrôle DataGrid dont la colonne est membre.
protected:
property System::Web::UI::WebControls::DataGrid ^ Owner { System::Web::UI::WebControls::DataGrid ^ get(); };
protected System.Web.UI.WebControls.DataGrid Owner { get; }
member this.Owner : System.Web.UI.WebControls.DataGrid
Protected ReadOnly Property Owner As DataGrid
Valeur de propriété
Contrôle DataGrid dont la colonne est membre.
Remarques
Utilisez la Owner propriété pour déterminer par programmation le DataGrid contrôle dont la colonne est membre.