Share via


SilverlightDataPager.ItemCount Property

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

Property Value

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

.NET Framework Security

See Also

Reference

SilverlightDataPager Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace