Interface IVirtualisedList<T>
public interface IVirtualisedList<T>
Type Parameters
T
Properties
Count
int Count { get; }
Property Value
this[int]
T this[int index] { get; }
Parameters
indexint
Property Value
- T
LoadedRows
IReadOnlyList<T> LoadedRows { get; }
Property Value
Methods
LoadAllRows()
void LoadAllRows()