This documentation is archived and is not being maintained.

PagedDataSource.AllowPaging Property

Gets or sets a value indicating whether paging is enabled.

[Visual Basic]
Public Property AllowPaging As Boolean
[C#]
public bool AllowPaging {get; set;}
[C++]
public: __property bool get_AllowPaging();
public: __property void set_AllowPaging(bool);
[JScript]
public function get AllowPaging() : Boolean;
public function set AllowPaging(Boolean);

Property Value

true if paging is enabled; otherwise, false.

Remarks

Use the AllowPaging property to specify whether custom paging is enabled. For more information about custom paging, see AllowPaging.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace | AllowPaging

Show: