Click or drag to resize

TreeGridItemCount Property

Gets the number of child items.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual int Count { get; }

Property Value

Type: Int32
The count of child items.

Implements

IDataStoreTCount
See Also