ListViewPagedDataSource::IsServerPagingEnabled Property

 

Gets a value that indicates whether server-based paging is enabled.

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

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

Property Value

Type: System::Boolean

true if server-based paging is indicated by using the AllowServerPaging property; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: