ObjectDataSourceView.CanPage Property

Definition

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.

Applies to

See also