ObjectDataSourceView.CanPage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the ObjectDataSourceView object that is associated with the current ObjectDataSource control supports paging through the retrieved data.
public:
virtual property bool CanPage { bool get(); };
public override bool CanPage { get; }
member this.CanPage : bool
Public Overrides ReadOnly Property CanPage As Boolean
Property Value
true
, if the EnablePaging value is set to true
; otherwise, false
.
Remarks
The CanPage property indicates whether the ObjectDataSourceView object supports paging. For information on how paging is supported by the ObjectDataSourceView, see EnablePaging.