ModelDataSourceView::CanPage Property

.NET Framework (current version)
 

Gets a value that indicates whether the ModelDataSourceView object that is associated with the current ModelDataSource control supports paging through the retrieved data.

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

public:
property bool CanPage {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the operation is supported; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: