ListControlDesigner.GetSelectedDataSource Method
.NET Framework 3.0
Gets the data source component from the associated control container.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public Object GetSelectedDataSource ()
public function GetSelectedDataSource () : Object
Not applicable.
Return Value
An object implementing an IEnumerable interface and containing the design-time DataSource of the associated control.Community Additions
ADD
Show: