PagedDataSource::DataSource Property
.NET Framework (current version)
Gets or sets the data source.
Assembly: System.Web (in System.Web.dll)
public: property IEnumerable^ DataSource { IEnumerable^ get(); void set(IEnumerable^ value); }
Property Value
Type: System.Collections::IEnumerable^A System.Collections::IEnumerable implemented object that represents the data source.
Use the DataSource property to specify or determine the data source being paged.
.NET Framework
Available since 1.1
Available since 1.1
Show: