PagedDataSource::IsPagingEnabled Property

 

Gets a value indicating whether paging is enabled.

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

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

Property Value

Type: System::Boolean

true if paging is enabled; otherwise, false.

Use the IsPagingEnabled property to determine whether paging is enabled.

System_CAPS_noteNote

The AllowPaging property must be true and the PageSize property cannot be set to 0 for this property to return true.

.NET Framework
Available since 1.1
Return to top
Show: