| TreeGridItemCount Property  | 
 
            Gets the number of child items.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic virtual int Count { get; }Public Overridable ReadOnly Property Count As Integer
	Get
abstract Count : int with get
override Count : int with get
Property Value
Type: 
Int32The count of child items.
Implements
IDataStoreTCount See Also
See Also