This documentation is archived and is not being maintained.

PagedDataSource.AllowCustomPaging Property

Gets or sets a value indicating whether custom paging is enabled.

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

Property Value

true if custom paging is enabled; otherwise, false.

Remarks

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

Requirements

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

See Also

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

Show: