ListViewPagedDataSource Class
Encapsulates the paging-related properties of a ListView control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)] [AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class ListViewPagedDataSource : ICollection, IEnumerable, ITypedList
The ListViewPagedDataSource class encapsulates the properties that enable the ListView control to perform paging.
This class uses the best available method to enumerate the associated data. If the underlying data source supports indexed access (such as System::Array and System.Collections::IList objects), the class uses that access. Otherwise, the class uses the enumerator that is created by the GetEnumerator method.
For a list of initial property values for an instance of the ListViewPagedDataSource class, see the ListViewPagedDataSource constructor.
- AspNetHostingPermission
For operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.