Xceed DataGrid for Silverlight Documentation
ItemCount Property


Gets the a value representing the number of items in a group.
Syntax
'Declaration
 
Public ReadOnly Property ItemCount As Nullable(Of Long)
'Usage
 
Dim instance As GroupContext
Dim value As Nullable(Of Long)
 
value = instance.ItemCount
public Nullable<long> ItemCount {get;}

Property Value

A value representing the number of items in a group. If the IsItemCountEstimated property is true, the value returned by the ItemCount property is an estimate. Can be a null reference (Nothing in Visual Basic) if the grid is bound to a virtualized data source.
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