ComponentOne Xamarin.iOS
ItemsCount Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridGroupRow Class : ItemsCount Property
Gets the number of data items in this group.
Syntax
'Declaration
 
Public ReadOnly Property ItemsCount As Integer
'Usage
 
Dim instance As GridGroupRow
Dim value As Integer
 
value = instance.ItemsCount
public int ItemsCount {get;}
See Also

Reference

GridGroupRow Class
GridGroupRow Members