PagedDataSource::IsCustomPagingEnabled Property

 

Gets a value indicating whether custom paging is enabled.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property bool IsCustomPagingEnabled {
	bool get();
}

Property Value

Type: System::Boolean

true if custom paging is enabled; otherwise, false.

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

System_CAPS_noteNote

Both the IsPagingEnabled and AllowCustomPaging properties must be true for this property to return true.

.NET Framework
Available since 1.1
Return to top
Show: