Xceed DataGrid for Silverlight Documentation
IsItemCountEstimated Property


Gets a value indicating whether the value returned by the ItemCount property is an estimate.
Syntax
'Declaration
 
Public ReadOnly Property IsItemCountEstimated As Boolean
'Usage
 
Dim instance As GroupContext
Dim value As Boolean
 
value = instance.IsItemCountEstimated
public bool IsItemCountEstimated {get;}

Property Value

true if the value returned by the ItemCount property is an estimate; false otherwise.

Remarks
The Items and ItemCount properties will always return null (Nothing in Visual Basic) and the IsItemCountEstimated property will always return false when the grid is bound to a virtualized data source.
Requirements

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

See Also

Reference

GroupContext Class
GroupContext Members

Send Feedback