DataStoreVirtualCollectionTCount Property  | 
 
            Gets the count of items in this collection
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic int Count { get; }Public ReadOnly Property Count As Integer
	Get
abstract Count : int with get
override Count : int with get
Property Value
Type: 
Int32The count.
Implements
ICollectionTCountICollectionCount
See Also