SilverlightDataPager.PageIndex Property

Gets the index of the current page in the data pager.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Overridable Property PageIndex As Integer
    Get
    Set
public virtual int PageIndex { get; set; }
public:
virtual property int PageIndex {
    int get ();
    void set (int value);
}
abstract PageIndex : int with get, set
override PageIndex : int with get, set
function get PageIndex () : int
function set PageIndex (value : int)

Property Value

Type: System.Int32
The index of the current page in the data pager.

.NET Framework Security

See Also

Reference

SilverlightDataPager Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace