PagedDataSource.IsPagingEnabled Property
.NET Framework 3.0
Gets a value indicating whether paging is enabled.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the IsPagingEnabled property to determine whether paging is enabled.
Note: |
|---|
| The AllowPaging property must be true and the PageSize property cannot be set to 0 for this property to return true. |
Community Additions
ADD
Show:
Note: