This documentation is archived and is not being maintained.

PagedDataSource.IsCustomPagingEnabled Property

Gets a value indicating whether custom paging is enabled.

[Visual Basic]
Public ReadOnly Property IsCustomPagingEnabled As Boolean
[C#]
public bool IsCustomPagingEnabled {get;}
[C++]
public: __property bool get_IsCustomPagingEnabled();
[JScript]
public function get IsCustomPagingEnabled() : Boolean;

Property Value

true if custom paging is enabled; otherwise, false.

Remarks

Use the IsCustomPagingEnabled property to determine whether custom paging is enabled.

Note   Both the IsPagingEnabled and AllowCustomPaging properties must be true 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 | IsPagingEnabled | AllowCustomPaging

Show: