This documentation is archived and is not being maintained.

PagedDataSource Properties

The properties of the PagedDataSource class are listed here. For a complete list of PagedDataSource class members, see the PagedDataSource Members topic.

Public Properties

public propertyAllowCustomPaging Gets or sets a value indicating whether custom paging is enabled.
public propertyAllowPaging Gets or sets a value indicating whether paging is enabled.
public propertyCount Gets the number of items to be used from the data source.
public propertyCurrentPageIndex Gets or sets the index of the current page.
public propertyDataSource Gets or sets the data source.
public propertyDataSourceCount Gets the number of items in the data source.
public propertyFirstIndexInPage Gets the first index in the page.
public propertyIsCustomPagingEnabled Gets a value indicating whether custom paging is enabled.
public propertyIsFirstPage Gets a value indicating whether the current page is the first page.
public propertyIsLastPage Gets a value indicating whether the current page is the last page.
public propertyIsPagingEnabled Gets a value indicating whether paging is enabled.
public propertyIsReadOnly Gets a value indicating whether the data source is read-only.
public propertyIsSynchronized Gets a value indicating whether access to the data source is synchronized (thread-safe).
public propertyPageCount Gets the total number of pages necessary to display all items in the data source.
public propertyPageSize Gets or sets the number of items to display on a single page.
public propertySyncRoot Gets the object that can be used to synchronize access to the collection.
public propertyVirtualCount Gets or sets the virtual number of items in the data source when custom paging is used.

See Also

PagedDataSource Class | System.Web.UI.WebControls Namespace

Show: