PagedDataSource.DataSource Property
.NET Framework 3.0
Gets or sets the data source.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property IEnumerable^ DataSource { IEnumerable^ get (); void set (IEnumerable^ value); }
/** @property */ public IEnumerable get_DataSource () /** @property */ public void set_DataSource (IEnumerable value)
public function get DataSource () : IEnumerable public function set DataSource (value : IEnumerable)
Not applicable.
Property Value
A System.Collections.IEnumerable implemented object that represents the data source.Community Additions
ADD
Show: