Share via


SilverlightDataPager.PageCount Property

Gets the number of pages 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 ReadOnly Property PageCount As Integer
    Get
public virtual int PageCount { get; }
public:
virtual property int PageCount {
    int get ();
}
abstract PageCount : int
override PageCount : int
function get PageCount () : int

Property Value

Type: System.Int32
The number of pages in the data pager.

.NET Framework Security

See Also

Reference

SilverlightDataPager Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace