DomainDataSourceView.Count 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 number of items currently in this view.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As DomainDataSourceView
Dim value As Integer

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

Property Value

Type: System.Int32
The number of items currently in this view.

Remarks

This count only applies to the current view and does not represent the total count of items that may be in a paged view.

See Also

Reference

DomainDataSourceView Class

System.Windows.Controls Namespace