Click or drag to resize

ITreeGridStoreT Interface

Item store for the TreeGridView

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ITreeGridStore<out T> : IDataStore<T>
where T : ITreeGridItem

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.ITreeGridStore`1"]

See Also