Xceed DataGrid for Silverlight Documentation
TotalCount Property


Gets or sets the total number of items that are in the source.
Syntax
'Declaration
 
Public Property TotalCount As Nullable(Of Long)
'Usage
 
Dim instance As DataQueryResult
Dim value As Nullable(Of Long)
 
instance.TotalCount = value
 
value = instance.TotalCount
public Nullable<long> TotalCount {get; set;}

Property Value

A value representing the total number of items that are in the source. If specified, the count query will not be sent.
Requirements

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

See Also

Reference

DataQueryResult Class
DataQueryResult Members

Send Feedback