System.Web.UI.WebControls.ObjectDataSourceView.CanPage Property

Gets a value indicating whether the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the current System.Web.UI.WebControls.ObjectDataSource control supports paging through the retrieved data.

Syntax

public override bool CanPage { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ObjectDataSourceView.CanPage property indicates whether the System.Web.UI.WebControls.ObjectDataSourceView object supports paging. For information on how paging is supported by the System.Web.UI.WebControls.ObjectDataSourceView, see ObjectDataSourceView.EnablePaging.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0