DomainDataSourceView.PageIndex 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 the zero-based index of the current page.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public ReadOnly Property PageIndex As Integer
Get
'Usage
Dim instance As DomainDataSourceView
Dim value As Integer
value = instance.PageIndex
public int PageIndex { get; }
public:
virtual property int PageIndex {
int get () sealed;
}
abstract PageIndex : int
override PageIndex : int
final function get PageIndex () : int
Property Value
Type: System.Int32
The zero-based index of the current page.
Implements
IPagedCollectionViewPageIndex()
See Also
Reference
System.Windows.Controls Namespace
PageIndex()