ITreeGridStoreT Interface |
Namespace: Eto.Forms
public interface ITreeGridStore<out T> : IDataStore<T> where T : ITreeGridItem
Public Interface ITreeGridStore(Of Out T As ITreeGridItem) Inherits IDataStore(Of T)
type ITreeGridStore<'T when 'T : ITreeGridItem> = interface interface IDataStore<'T> end
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.ITreeGridStore`1"]