ListViewPagedDataSource::DataSource Property
.NET Framework (current version)
Gets or sets the data source.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property IEnumerable^ DataSource { IEnumerable^ get(); void set(IEnumerable^ value); }
Property Value
Type: System.Collections::IEnumerable^An object that implements System.Collections::IEnumerable that represents the data source.
Use the DataSource property to get or set the data source that is being paged.
.NET Framework
Available since 3.5
Available since 3.5
Show: