DetailsView.IDataBoundControl.DataSourceID Właściwość

Definicja

Opis tej właściwości można znaleźć w temacie 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

Wartość właściwości

String

Identyfikator kontrolki źródła danych, która zawiera listę elementów danych pobieranych przez kontrolkę DetailsView .

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy DetailsView wystąpienie jest rzutowe do interfejsu IDataBoundControl .

Dotyczy