DomainDataSourceView.CanChangePage Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets a value that indicates whether the PageIndex value can change.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public ReadOnly Property CanChangePage As Boolean
Get
'Usage
Dim instance As DomainDataSourceView
Dim value As Boolean
value = instance.CanChangePage
public bool CanChangePage { get; }
public:
virtual property bool CanChangePage {
bool get () sealed;
}
abstract CanChangePage : bool
override CanChangePage : bool
final function get CanChangePage () : boolean
Property Value
Type: System.Boolean
true if the PageIndex value can change; otherwise, false.
Implements
IPagedCollectionViewCanChangePage()
See Also
Reference
System.Windows.Controls Namespace
CanChangePage()