DetailsView.IDataBoundControl.DataSourceID Proprietà

Definizione

Per una descrizione di questa proprietà, vedere DataSourceID.

property System::String ^ System::Web::UI::WebControls::IDataBoundControl::DataSourceID { System::String ^ get(); void set(System::String ^ value); };
string System.Web.UI.WebControls.IDataBoundControl.DataSourceID { get; set; }
member this.System.Web.UI.WebControls.IDataBoundControl.DataSourceID : string with get, set
 Property DataSourceID As String Implements IDataBoundControl.DataSourceID

Valore della proprietà

ID del controllo origine dati che contiene l'elenco di elementi di dati recuperati dal DetailsView controllo.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia DetailsViewIDataBoundControl .

Si applica a