ListView::IDataBoundControl::DataSourceID Property
.NET Framework (current version)
Gets or sets the ID of the data source control from which a data-bound control retrieves its list of data items.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: property String^ DataSourceID { virtual String^ get() sealed = IDataBoundControl::DataSourceID::get; virtual void set(String^ value) sealed = IDataBoundControl::DataSourceID::set; }
Property Value
Type: System::String^The ID of a control that represents the data source from which a data-bound control retrieves its data.
Implements
IDataBoundControl::DataSourceIDThis member is an explicit interface member implementation. It can be used only when the ListView instance is cast to an IDataBoundControl interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: