ObjectDataSourceView::CanPage Property

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property bool CanPage {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true, if the EnablePaging value is set to true; otherwise, false.

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

.NET Framework
Available since 2.0
Return to top
Show: