This documentation is archived and is not being maintained.
PagedDataSource.IsPagingEnabled Property
.NET Framework 1.1
Gets a value indicating whether paging is enabled.
[Visual Basic] Public ReadOnly Property IsPagingEnabled As Boolean [C#] public bool IsPagingEnabled {get;} [C++] public: __property bool get_IsPagingEnabled(); [JScript] public function get IsPagingEnabled() : Boolean;
Property Value
true if paging is enabled; otherwise, false.
Remarks
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.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace | AllowPaging | PageSize
Show: