ObjectDesignerDataSourceView::CanPage Property

 

Gets a value that indicates whether the associated data source control can perform server-based paging.

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

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

Property Value

Type: System::Boolean

Always false.

The CanPage property indicates that ObjectDataSource controls cannot perform server-based paging.

.NET Framework
Available since 2.0
Return to top
Show: