ObjectDataSourceView::CanPage Property
.NET Framework (current version)
Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports paging through the retrieved data.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue, 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
Available since 2.0
Show: