EntityDataSourceView::CanPage Property

 

Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports paging of retrieved data.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Entity (in System.Web.Entity.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 3.5
Return to top
Show: