Xceed DataGrid for Silverlight Documentation
Count Property (CountQueryResult)


Gets the number of items in a data source.
Syntax
'Declaration
 
Public ReadOnly Property Count As Long
'Usage
 
Dim instance As CountQueryResult
Dim value As Long
 
value = instance.Count
public long Count {get;}

Property Value

A value representing the number of items in a data source.

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

CountQueryResult Class
CountQueryResult Members

Send Feedback